Isolate renderer smoke from unit tests
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"dev": "node scripts/dev-runner.cjs",
|
||||
"test": "node --test tests/*.test.js tests/ui-smoke.js",
|
||||
"test": "npm run test:unit && npm run test:ui",
|
||||
"test:unit": "node --test tests/*.test.js",
|
||||
"test:ui": "node --test tests/ui-smoke.js",
|
||||
"test:backup-api": "npm --prefix services/backup-api test",
|
||||
"verify": "npm run lint && npm test && npm run test:backup-api && npm audit --omit=dev",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user