update
This commit is contained in:
10
vitest.config.ts
Normal file
10
vitest.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
include: ['test/**/*.test.{ts,tsx}'],
|
||||
// The renderer modules under test (diff, fuzzy, highlight) are DOM-free.
|
||||
globals: false,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user