Skip to content

Commit 4f8eeaa

Browse files
committed
Force strict mode for tests
1 parent 0729c2a commit 4f8eeaa

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
@@ -32,7 +32,7 @@
3232
"node": ">=0.10.0"
3333
},
3434
"scripts": {
35-
"test": "jake test",
35+
"test": "node --use_strict ./node_modules/.bin/jake test",
3636
"postinstall": "node ./postinstall.js"
3737
}
3838
}

0 commit comments

Comments
 (0)