test: add frontend browser startup smoke coverage
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"typecheck": "tsc --project tsconfig.json && tsc --project tsconfig.worker.json",
|
||||
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.mjs\" build.mjs --no-error-on-unmatched-pattern",
|
||||
"test": "node --test tests/*.test.mjs",
|
||||
"test:browser": "node tests/browser-smoke.mjs",
|
||||
"verify-generated": "npm run generate-types && npm run build && git diff --exit-code -- ../assets/web/generated src/api/generated.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -20,6 +21,7 @@
|
||||
"esbuild": "0.25.12",
|
||||
"eslint": "9.39.2",
|
||||
"globals": "16.5.0",
|
||||
"playwright-core": "1.62.1",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.51.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user