All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
import {defineConfig} from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ['**/*test.{js,ts}'],
|
|
},
|
|
})
|