From 163fccdb022da95a51b40eaba578b7cacf9aaf87 Mon Sep 17 00:00:00 2001 From: Scott Carver Date: Sun, 11 Nov 2018 21:27:26 -0800 Subject: [PATCH] Add test-watch script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ee48d1..be401e2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "scripts": { "dev": "webpack-dev-server --content-base static --mode development", "build": "NODE_ENV=production webpack --mode production", - "test": "ava --verbose" + "test": "ava --verbose", + "test-watch": "ava --watch" }, "dependencies": { "babel-polyfill": "^6.26.0",