test(generators): e2e byte-identical reconstruction of core-realtime

This commit is contained in:
2026-05-09 13:33:53 +02:00
parent 4308762caa
commit e28fe847fd
2 changed files with 25 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ export default defineConfig({
test: {
globals: true,
environment: "node",
include: ["*.test.ts", "lib/*.test.ts"],
include: ["*.test.ts", "lib/*.test.ts", "__tests__/*.test.ts"],
clearMocks: true,
restoreMocks: true,
},