Skip to content

Commit f80d8b3

Browse files
authored
Update db_setup.mjs
1 parent e8eef3d commit f80d8b3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

db_setup.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { SQLiteDatabaseClient } from "@abaplint/database-sqlite";
22

3-
// Wires an in-memory SQLite database into the transpiled runtime, so that
4-
// CL_OSQL_TEST_ENVIRONMENT and the SELECT in GET_TRANSLATIONS behave the same
5-
// way off-stack as they do in the ABAP system.
63
export async function setupDatabase(abap, schemas, insert) {
74
const client = new SQLiteDatabaseClient();
85
await client.connect();

0 commit comments

Comments
 (0)