Skip to content

Commit 9b9f0cd

Browse files
committed
Update test script in package.json to run tests
The `test` script in `package.json` was just a dummy. But we provide proper tests by running `grunt test`. This patch updates `package.json` to have a proper `test` script.
1 parent 426d619 commit 9b9f0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"matchdep": "0.3.0"
4545
},
4646
"scripts": {
47-
"test": "echo \"Error: no test specified\" && exit 1"
47+
"test": "grunt test"
4848
},
4949
"repository": {
5050
"type": "git",

0 commit comments

Comments
 (0)