Skip to content

Commit

Permalink
Fix ignores in vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Oct 18, 2024
1 parent 4c0beff commit 6c4c3c5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions integration-tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ export default defineConfig({
'tests/pg/neon-http.test.ts',
'tests/pg/neon-http-batch.test.ts',
'tests/utils/is-config.test.ts', // Uses external DBs in some cases
'tests/js-tests/driver-init/commonjs/neon-http.test.cjs',
'tests/js-tests/driver-init/commonjs/neon-ws.test.cjs',
'tests/js-tests/driver-init/commonjs/planetscale.test.cjs',
'tests/js-tests/driver-init/commonjs/tidb.test.cjs',
'tests/js-tests/driver-init/commonjs/vercel.test.cjs',
'tests/js-tests/driver-init/module/neon-http.test.mjs',
'tests/js-tests/driver-init/module/neon-ws.test.mjs',
'tests/js-tests/driver-init/module/planetscale.test.mjs',
'tests/js-tests/driver-init/module/tidb.test.mjs',
'tests/js-tests/driver-init/module/vercel.test.mjs',
'js-tests/driver-init/commonjs/neon-http.test.cjs',
'js-tests/driver-init/commonjs/neon-ws.test.cjs',
'js-tests/driver-init/commonjs/planetscale.test.cjs',
'js-tests/driver-init/commonjs/tidb.test.cjs',
'js-tests/driver-init/commonjs/vercel.test.cjs',
'js-tests/driver-init/module/neon-http.test.mjs',
'js-tests/driver-init/module/neon-ws.test.mjs',
'js-tests/driver-init/module/planetscale.test.mjs',
'js-tests/driver-init/module/tidb.test.mjs',
'js-tests/driver-init/module/vercel.test.mjs',
]
: []),
'tests/pg/awsdatapi.test.ts',
Expand All @@ -52,8 +52,8 @@ export default defineConfig({
'tests/pg/xata-http.test.ts',
'tests/pg/neon-http-batch.ts',
// todo: remove
'tests/js-tests/driver-init/module/vercel.test.mjs',
'tests/js-tests/driver-init/commonjs/vercel.test.cjs',
'js-tests/driver-init/module/vercel.test.mjs',
'js-tests/driver-init/commonjs/vercel.test.cjs',
],
typecheck: {
tsconfig: 'tsconfig.json',
Expand Down

0 comments on commit 6c4c3c5

Please sign in to comment.