Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Actually run test/read.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Mar 21, 2020
1 parent 71e9b9d commit 2cf4e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"lint": "jshint index.js test/",
"unit": "node test/index.js && node test/windows.js",
"unit": "node test/index.js && node test/read.js && node test/windows.js",
"test": "npm run lint && npm run unit"
},
"dependencies": {
Expand Down

0 comments on commit 2cf4e93

Please sign in to comment.