Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Nov 7, 2023
1 parent f1c69d1 commit 414200b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libheif.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('libheif (WASM)', () => {
});

describe('libheif (WASM bundle)', () => {
const moduleFile = '../wasm-bundle.js';
const moduleFile = '../wasm-bundle';

runTests(require(moduleFile));

Expand Down

0 comments on commit 414200b

Please sign in to comment.