diff --git a/package.json b/package.json index 94765be..b82b8fc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "webpack", "start": "npm run build -- --stats=errors-only && electron dist", "start-local": "npm run build -- --stats=errors-only && electron dist --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev", - "test": "jest" + "test": "jest", + "test-ci": "xvfb-maybe jest" }, "author": "Max Goodhart ", "license": "MIT",