mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Start working on coverage
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "streamwall",
|
||||
"version": "1.0.0",
|
||||
"description": "View streams in a grid",
|
||||
"description": "View streams in a grid",
|
||||
"main": "./.webpack/main",
|
||||
"scripts": {
|
||||
"start": "electron-forge start -- --trace-warnings --control.address=http://localhost:4444 --control.username=admin --control.password=password",
|
||||
"make": "electron-forge make",
|
||||
"package": "electron-forge package",
|
||||
"publish": "electron-forge publish",
|
||||
"test": "jest",
|
||||
"test": "jest --verbose --detectOpenHandles --no-stack-trace-limit",
|
||||
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --coverage"
|
||||
},
|
||||
"author": "Max Goodhart <c@chromakode.com>",
|
||||
|
||||
Reference in New Issue
Block a user