Skip to content

Commit 3a768f5

Browse files
committed
fix
1 parent 2c03955 commit 3a768f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/duckdb-wasm/test/opfs.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ export function testOPFS(baseDir: string, bundle: () => DuckDBBundle): void {
1414

1515
let db: AsyncDuckDB;
1616
let conn: AsyncDuckDBConnection;
17-
const _ignore: () => void = () => {
18-
};
1917

2018
beforeAll(async () => {
2119
removeFiles();
@@ -305,3 +303,6 @@ export function testOPFS(baseDir: string, bundle: () => DuckDBBundle): void {
305303
await opfsRoot.removeEntry('datadir').catch(_ignore);
306304
}
307305
}
306+
307+
//ignore block
308+
const _ignore: () => void = () => {};

0 commit comments

Comments
 (0)