Skip to content

Commit f937963

Browse files
revert test
1 parent e2407bb commit f937963

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/node/tests/utils.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ export async function createDatabase(
7070
dbLocation: tmpdir,
7171
// Using a single read worker (instead of multiple, the default) seems to improve the reliability of tests in GH
7272
// actions. So far, we've not been able to reproduce these failures locally.
73-
readWorkerCount: 1,
74-
implementation: {
75-
type: 'node:sqlite'
76-
}
73+
readWorkerCount: 1
7774
},
7875
logger: defaultLogger,
7976
...options

0 commit comments

Comments
 (0)