- make sure we reset env prior to the next test
- our new test requires history to be available
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user