diff --git a/package.json b/package.json index 0fb3e70..5e09c06 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "clean": "rm -rf dist/", "watch": "rollup -c --watch", "build": "rollup -c", - "test": "jest" + "test": "jest", + "test.watch": "jest --watch" }, "dependencies": { "lodash": "^4.x"