diff --git a/package.json b/package.json index 4d03b7a..a2db2c6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "precommit": "lint-staged", "lint": "eslint lib/* bin/*", - "test": "mocha test.js" + "test": "mocha tests.js" }, "eslintConfig": { "extends": "eslint:recommended", diff --git a/test.js b/tests.js similarity index 100% rename from test.js rename to tests.js