Get tests passing reliably
This commit is contained in:
+6
-3
@@ -5,8 +5,9 @@
|
||||
],
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test:ui": "vitest --ui"
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "npx typedoc && vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +17,9 @@
|
||||
"@vitest/coverage-v8": "^3.0.5",
|
||||
"gts": "^6.0.2",
|
||||
"happy-dom": "^17.1.0",
|
||||
"typedoc": "^0.27.4",
|
||||
"typedoc": "^0.27.9",
|
||||
"typedoc-plugin-markdown": "^4.4.2",
|
||||
"typedoc-vitepress-theme": "^1.1.2",
|
||||
"typescript": "^5.6.3",
|
||||
"fake-indexeddb": "^6.0.0",
|
||||
"vitepress": "^1.6.3",
|
||||
|
||||
Reference in New Issue
Block a user