We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08fdfe commit d7fa3a9Copy full SHA for d7fa3a9
1 file changed
package.json
@@ -10,11 +10,11 @@
10
"health": "curl -s http://localhost:13331/api/health | json_pp || curl -s http://localhost:13331/api/health",
11
"backup": "mkdir -p backups && cp mtt-*.json backups/backup-$(date +%Y%m%d-%H%M%S)/ 2>/dev/null || true",
12
"test": "npm run test:api && npm run test:e2e",
13
- "test:unit": "node --test tests/unit/**/*.mjs",
+ "test:unit": "node --test tests/unit/test-*.mjs",
14
"test:e2e": "node tests/e2e/test-ui-complete.cjs",
15
"test:api": "node tests/e2e/test-backend-api.cjs",
16
"test:headless": "HEADLESS=true node tests/e2e/test-ui-complete.cjs",
17
- "test:watch": "node --test --watch tests/unit/**/*.mjs"
+ "test:watch": "node --test --watch tests/unit/test-*.mjs"
18
},
19
"keywords": [
20
"time-tracker",
0 commit comments