* init tests * fix custom blitz provider for testing-library render function * fix mutation test setup and set globaThis react environment to true so the act function will work * added query tests & moved blitz test utils to the utils dir * clean queries and mutation test files * remove .env file from qm tests Co-authored-by: beerose <alexsandra.sikora@gmail.com>
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"extends": "@blitzjs/config/tsconfig.nextjs.json",
|
|
"include": ["*.ts", "*.tsx"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"paths": {
|
|
"react": ["./node_modules/@types/react"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"baseUrl": "."
|
|
}
|