Skip to content

Commit c1d6d3a

Browse files
committed
Merge pull request #528 from /issues/527/1
Fixes #527 - update Intern and enable pretty reporter
2 parents 9076c33 + 9c33271 commit c1d6d3a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"grunt-contrib-cssmin": "~0.9.0",
2222
"grunt-combine-media-queries": "~1.0.19",
2323
"load-grunt-tasks": "~0.6.0",
24-
"intern": "2.1.1",
24+
"intern": "2.2.0",
2525
"grunt-contrib-imagemin": "~0.7.1",
2626
"grunt-cssnext" : "^0.3.0",
2727
"suitcss-utils-display" : "^0.4.0",

tests/intern.js

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ define(['intern/lib/args'], function (args) {
3030
{ browserName: 'firefox' }
3131
],
3232

33+
// Beauty, Bob.
34+
reporters: "pretty",
35+
3336
// Functional test suite(s) to run in each browser once non-functional tests are completed
3437
functionalSuites: [ 'tests/functional' ],
3538

0 commit comments

Comments
 (0)