Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ data.json
src/**/*.js

# e2e test failure artifacts
.obsidian-e2e-artifacts
.obsidian-e2e-artifacts
# Test coverage output
coverage/
129 changes: 104 additions & 25 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build-with-lint": "tsc -noEmit -skipLibCheck && bun lint && node esbuild.config.mjs production",
"check": "svelte-check --threshold error",
"test": "vitest run --config vitest.config.mts --passWithNoTests",
"test:coverage": "vitest run --config vitest.config.mts --coverage",
"test:e2e": "vitest run --config vitest.e2e.config.mts"
},
"keywords": [],
Expand All @@ -22,6 +23,7 @@
"@types/node": "24.0.12",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"@vitest/coverage-v8": "3.2.4",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "0.28",
"esbuild-svelte": "^0.9.5",
Expand Down
Loading
Loading