diff --git a/package.json b/package.json index 6063604..b79a8a7 100644 --- a/package.json +++ b/package.json @@ -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": {