mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
![]() |
import { defineConfig } from 'vitest/config'
|
||
|
|
||
|
export default defineConfig({
|
||
|
test: {
|
||
|
include: ["tests/backend-new/**/*.ts"],
|
||
|
},
|
||
|
})
|