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 785b96c commit 73cd2f9Copy full SHA for 73cd2f9
tests/getMany.test.js
@@ -45,7 +45,7 @@ beforeAll(async () => {
45
const { db, init } = getDb(dbName);
46
await init(db);
47
48
- const d = await db.bigintParent.insert([
+ await db.bigintParent.insert([
49
{
50
id: BigInt('9999999999999999'),
51
foo: 100,
0 commit comments