mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
test(plugin): switch vitest config to .ts test files
This commit is contained in:
parent
4a451783a2
commit
4ce4e35d36
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
|
|||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
include: ['tests/**/*.test.mjs'],
|
||||
include: ['tests/**/*.test.ts'],
|
||||
globals: true,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue