more tests

This commit is contained in:
Ticruz
2025-02-04 13:21:23 +01:00
committed by Jon Staab
parent 8c638a7d8f
commit 23f7244039
14 changed files with 83 additions and 80 deletions
+5 -11
View File
@@ -6,11 +6,7 @@
"scripts": {
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"predocs": "typedoc",
"docs:dev": "vitepress dev docs",
"docs:build": "npx typedoc && vitepress build docs",
"docs:preview": "vitepress preview docs"
"test:ui": "vitest --ui"
},
"repository": {
"type": "git",
@@ -19,13 +15,11 @@
"devDependencies": {
"@vitest/coverage-v8": "^3.0.5",
"gts": "^6.0.2",
"happy-dom": "^16.8.1",
"vitest": "^3.0.5",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-vitepress-theme": "^1.1.2",
"happy-dom": "^17.1.0",
"typedoc": "^0.27.4",
"typescript": "^5.6.3",
"fake-indexeddb": "^6.0.0",
"vitepress": "^1.6.3"
"vitepress": "^1.6.3",
"vitest": "^3.0.5"
}
}