test(generators): e2e byte-identical reconstruction of core-realtime
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user