diff --git a/package.json b/package.json index 43f8290..4181e9d 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "type": "git", "url": "https://github.com/ded/bowser.git" }, + "scripts": { + "test": "mocha test/test.js" + }, "devDependencies": { "smoosh": "*", "mocha": "*"