diff --git a/package.json b/package.json index f194295..1d9d949 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "scripts": { "test": "npm run test-node && npm run test-browser", - "test-node": "mocha test/test.js", + "test-node": "mocha test/index.js", "test-browser": "serve ./test" }, "license": "MIT", diff --git a/test/test.js b/test/index.js similarity index 100% rename from test/test.js rename to test/index.js