Skip to content

Commit

Permalink
uncomment WASM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
areding99 committed Dec 30, 2024
1 parent 28e9c03 commit eabc7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/databases/duckdb/duckdb.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import '../../util/db-jest-matchers';
import {describeIfDatabaseAvailable} from '../../util';

// TODO identify which tests need to run on wasm and move them into their own file
const runtimes = ['duckdb' /*'duckdb_wasm'*/];
const runtimes = ['duckdb', 'duckdb_wasm'];

const [describe, databases] = describeIfDatabaseAvailable(runtimes);
const allDucks = new RuntimeList(databases);
Expand Down

0 comments on commit eabc7e0

Please sign in to comment.