chore: update plugin bundle and vitest config

This commit is contained in:
LLLin000 2026-07-16 02:55:43 +08:00
parent f8b85505c8
commit 4ef9e9834a
2 changed files with 30 additions and 25 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,4 +6,9 @@ export default defineConfig({
include: ['tests/**/*.test.ts'],
globals: true,
},
resolve: {
alias: {
obsidian: 'obsidian-test-mocks/obsidian',
},
},
});