Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed Nov 3, 2024
1 parent 0bf88e2 commit 80a83f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export async function cliTest(_fixtures) {
);
const m = await import(`${outDir}/${name}.js`);
const inst = await m.instantiate(
(fileName) => readFile(`${outDir}/${fileName}`).then((file) => WebAssembly.compile(file)),
undefined,
{
'something:test/test-interface': {
callAsync: async () => "called async",
Expand Down

0 comments on commit 80a83f8

Please sign in to comment.