Use commonjs for jest

This commit is contained in:
Ola Hungerford
2025-03-23 13:22:13 -07:00
parent fc76a7c7d4
commit 85f0e21679

View File

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