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 e2407bb commit f937963Copy full SHA for f937963
packages/node/tests/utils.ts
@@ -70,10 +70,7 @@ export async function createDatabase(
70
dbLocation: tmpdir,
71
// Using a single read worker (instead of multiple, the default) seems to improve the reliability of tests in GH
72
// actions. So far, we've not been able to reproduce these failures locally.
73
- readWorkerCount: 1,
74
- implementation: {
75
- type: 'node:sqlite'
76
- }
+ readWorkerCount: 1
77
},
78
logger: defaultLogger,
79
...options
0 commit comments