1
0
mirror of synced 2025-12-26 05:00:15 -05:00
Files
blitz/integration-tests/utils/tsconfig.json
Dillon Raphael e8271d579c React query tests (#3348)
* 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>
2022-05-09 17:05:42 +02:00

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": "."
}