mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
chore: update plugin bundle and vitest config
This commit is contained in:
parent
f8b85505c8
commit
4ef9e9834a
2 changed files with 30 additions and 25 deletions
File diff suppressed because one or more lines are too long
|
|
@ -6,4 +6,9 @@ export default defineConfig({
|
|||
include: ['tests/**/*.test.ts'],
|
||||
globals: true,
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
obsidian: 'obsidian-test-mocks/obsidian',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue