lint the tests
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 26 Nov 2024 21:04:39 +0000 (13:04 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 26 Nov 2024 21:04:39 +0000 (13:04 -0800)
package.json

index 774baf0571aa3fa87f6ad751f60645852fba2593..7b1d36115e8b8a3b40a2e78d7f51a556b62e96c1 100644 (file)
@@ -6,7 +6,7 @@
   "scripts": {
     "audit": "npm audit",
     "coverage": "nyc npm test",
-    "eslint": "eslint index.js lib",
+    "eslint": "eslint index.js lib test",
     "test": "mocha --recursive",
     "prepare": "husky"
   },