mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Start adding test coverage
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
"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-unit": "jest --testPathIgnorePatterns=src/node/server.test.js",
|
||||
"test-unit-coverage": "jest --coverage --testPathIgnorePatterns=src/node/server.test.js"
|
||||
},
|
||||
"author": "Max Goodhart <c@chromakode.com>",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user