Skip to content

Commit 02e92bb

Browse files
committed
cleanup test
1 parent a6b34a3 commit 02e92bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tests/query.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe("boilingdata with DuckDB", () => {
103103
});
104104
});
105105

106-
describe.only("boilingdata with SQLite3", () => {
106+
describe("boilingdata with SQLite3", () => {
107107
beforeAll(async () => {
108108
await bdInstance.connect();
109109
logger.info("connected.");
@@ -126,7 +126,6 @@ describe.only("boilingdata with SQLite3", () => {
126126
if (isDataResponse(data)) data.data.map(row => r.push(row));
127127
resolve(r);
128128
},
129-
onInfo: (data: any) => console.log(data),
130129
onLogError: (data: any) => reject(data),
131130
},
132131
});

0 commit comments

Comments
 (0)