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 1f527d3 commit 9b2edfaCopy full SHA for 9b2edfa
test/unit/persisters/persister-sqlite-json.test.ts
@@ -5,7 +5,7 @@ import {VARIANTS, getDatabaseFunctions} from './sqlite';
5
import {mockFetchWasm, pause} from '../common/other';
6
import {Database} from 'sqlite3';
7
8
-describe.each(Object.entries(VARIANTS).slice(1, 2))(
+describe.each(Object.entries(VARIANTS))(
9
'%s',
10
(_name, [getOpenDatabase, , getPersister, cmd, close, autoLoadPause]) => {
11
const [getDatabase, setDatabase] = getDatabaseFunctions(cmd);
0 commit comments