Start working on coverage

This commit is contained in:
sayhiben
2025-01-20 00:21:07 -08:00
parent c58a4c3bd3
commit 3c48c2c6ca
3 changed files with 52 additions and 2 deletions

View File

@@ -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>",