mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Feat/changeset ts (#6594)
* Migrated changeset * Added more tests. * Fixed test scopes
This commit is contained in:
parent
3dae23a1e5
commit
28e04bdf71
37 changed files with 2540 additions and 1310 deletions
|
@ -2,6 +2,6 @@ import { defineConfig } from 'vitest/config'
|
|||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ["tests/backend-new/**/*.ts"],
|
||||
include: ["tests/backend-new/specs/**/*.ts"],
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue