mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ["tests/backend-new/specs/**/*.ts"],
|
|
},
|
|
})
|