diff --git a/package.json b/package.json index e94f738..73d4aef 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "rx": "*" }, "scripts": { - "test": "mocha --ui mocha-qunit-ui -b" + "test": "mocha --ui mocha-qunit-ui -b --watch" } }