diff --git a/package.json b/package.json index 265ca5f..5540f9d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "type": "git", "url": "git+https://github.com/ded/bowser.git" }, + "scripts": { + "test": "mocha test/test.js" + }, "devDependencies": { "smoosh": "*", "mocha": "*"