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 e285668 commit 5f75022Copy full SHA for 5f75022
test/parallel/test-sqlite-data-types.js
@@ -82,8 +82,6 @@ suite('data binding and mapping', () => {
82
});
83
84
85
-
86
87
test('large strings are bound correctly', (t) => {
88
const db = new DatabaseSync(nextDb());
89
t.after(() => { db.close(); });
0 commit comments