diff --git a/package.json b/package.json index aba42055..72a3c512 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall", "build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js", - "test": "jest" + "test": "jest", + "test:watch": "jest --watch" }, "author": "", "license": "MIT",