Skip to content

Commit e554abc

Browse files
committed
Merge pull request #107 from csscomb/tg/mocha-dot
Tests: Change mocha reporter `spec` -> `dot`
2 parents c5147c1 + de940ab commit e554abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"csscomb": "./bin/csscomb"
5757
},
5858
"scripts": {
59-
"test": "./node_modules/.bin/jshint-groups && ./node_modules/.bin/jscs . && ./node_modules/.bin/mocha -u bdd -R spec"
59+
"test": "./node_modules/.bin/jshint-groups && ./node_modules/.bin/jscs . && ./node_modules/.bin/mocha -u bdd -R dot"
6060
}
6161
}

0 commit comments

Comments
 (0)