From 2cf4e93e1e3953471cdc021fba053472c33f28fa Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 21 Mar 2020 22:42:26 +0100 Subject: [PATCH] Actually run test/read.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {