8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"testEnvironment": "jsdom",
|
|
"rootDir": "./src",
|
|
"transform": {
|
|
"^.+\\.tsx?$": "esbuild-jest"
|
|
}
|
|
}
|