mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-18 22:45:10 +01:00
fix typo
This commit is contained in:
@@ -4,7 +4,7 @@ import path from "node:path"
|
||||
import DualTest from "./dual-test.mjs";
|
||||
|
||||
const inMemoryTest = new DualTest(":memory:");
|
||||
const foobarTest = new DualTest("foorar.db");
|
||||
const foobarTest = new DualTest("foobar.db");
|
||||
|
||||
inMemoryTest.both("Open in-memory database", async (t) => {
|
||||
const db = t.context.db;
|
||||
|
||||
Reference in New Issue
Block a user