Skip to content

Commit a1203dd

Browse files
author
Lars-Magnus Skog
committed
run tests in enforced strict mode
1 parent 3e9c83e commit a1203dd

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"license": "MIT",
2828
"scripts": {
29-
"test": "tape test.js"
29+
"test": "node --use_strict test.js"
3030
}
3131
}

test.js

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env node
2-
31
var test = require('tape')
42
, errno = require('./')
53

0 commit comments

Comments
 (0)