diff --git a/package.json b/package.json index ad223ef..4a59658 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "node build/build.js", "publish": "node build/publish.js", - "test": "mocha --require test/fixture.js", + "test": "node test/test.js", "update": "node build/update.js" }, "repository": {