We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e4e2 commit b2c329cCopy full SHA for b2c329c
vitest.config.mts
@@ -31,11 +31,8 @@ export default defineConfig({
31
'src/lib/clickhouse/clickhouse-entity.ts',
32
'src/lib/clickhouse/createClient.ts',
33
'src/lib/errors/checkRateLimitExceeded.ts',
34
- 'src/lib/tracing',
35
- // temporary while migrating to the new router
36
- 'src/middleware/policy-middleware.ts',
37
- 'src/middleware/validator-middleware.ts',
38
- 'src/lib/routing/router.ts'
+ 'src/lib/queues/data-exports/dataExportProcessor.cjs',
+ 'src/lib/tracing'
39
]
40
}
41
0 commit comments