fix ts errors in tests

This commit is contained in:
woodser 2024-08-29 11:32:14 -04:00
parent 4f99d1893d
commit 9508cce2a4
4 changed files with 47 additions and 50 deletions

View file

@ -23,7 +23,7 @@ module.exports = {
"^.+\\.tsx?$": [
"ts-jest",
{
useESM: true,
tsconfig: "tsconfig.json"
},
],
},