💬 Commit message: Update 2026-02-06 21:50:58, 15 files, 983 lines
📁 Files changed: 15 📝 Lines changed: 983 • .gitignore • browser.ts.html • clover.xml • coverage-final.json • index.html • logger.ts.html • server.ts.html • types.ts.html • package.json • browser.integration.test.ts • logger.test.ts • server.test.ts • vitest.all.config.ts • vitest.config.ts • vitest.integration.config.ts
This commit is contained in:
+4
-1
@@ -21,8 +21,11 @@
|
||||
"fix": "biome check --write src/",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test:unit": "vitest run --coverage --passWithNoTests",
|
||||
"test:integration": "vitest run --coverage --config vitest.integration.config.ts",
|
||||
"test:watch": "vitest",
|
||||
"test": "npm run fix && npm run typecheck && npm run test:unit && npm run build",
|
||||
"test:all": "vitest run --coverage --config vitest.all.config.ts",
|
||||
"test": "npm run fix && npm run typecheck && npm run test:all && npm run build",
|
||||
"coverage": "npm run test:all && open coverage/index.html",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user