fix(campaign): query reports before pagination
This commit is contained in:
20
webui/tsconfig.report-grid-tests.json
Normal file
20
webui/tsconfig.report-grid-tests.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"noEmit": false,
|
||||
"outDir": ".report-grid-test-build",
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": [
|
||||
"tests/report-grid-query.test.ts",
|
||||
"src/features/campaigns/utils/jobListQuery.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user