Get tests passing reliably

This commit is contained in:
Jon Staab
2025-02-28 15:30:52 -08:00
parent 23f7244039
commit c713d1c8f6
4 changed files with 35 additions and 9 deletions
+6 -3
View File
@@ -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",