- make sure we reset env prior to the next test

- our new test requires history to be available
This commit is contained in:
Mike Penz
2025-07-13 16:02:14 +02:00
parent 0f359e3526
commit 8357bc6ec1
4 changed files with 27 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@
"noImplicitThis": true,
"moduleResolution": "Node16",
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"isolatedModules": true,
"lib": [ "ESNext","ES2021.String", "dom"] /* Enable custom `ES2021.String` extension in typescript for `replaceAll` */
},
"exclude": ["node_modules", "__tests__/*.ts", "**/*.test.ts", "**/**/*.test.ts"],