Reenable server tests

This commit is contained in:
sayhiben
2025-01-19 23:08:55 -08:00
parent 1dfd638389
commit 5a792a505b

View File

@@ -9,7 +9,7 @@
"package": "electron-forge package",
"publish": "electron-forge publish",
"test": "jest",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=src/node/server.test.js --coverage"
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --coverage"
},
"author": "Max Goodhart <c@chromakode.com>",
"license": "MIT",