fixed most tests for delta v2 migration

This commit is contained in:
Kevin Jahns
2025-10-21 16:31:59 +02:00
parent 91384b54bf
commit c9829b0993
15 changed files with 1047 additions and 1471 deletions

View File

@@ -20,5 +20,5 @@
}
},
"include": ["./src/**/*.js", "./tests/**/*.js"],
"exclude": ["../lib0/**"]
"exclude": ["./node_modules/**/*"]
}