Skip to content

Commit

Permalink
fixup: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Jun 2, 2022
1 parent 1b10997 commit ec3f22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/tests/wasm-bindgen/main.rs
Expand Up @@ -289,7 +289,7 @@ fn omit_default_module_path_target_web() {
"\
async function init(input) {
const imports = {};",
const imports = getImports();",
));
}

Expand All @@ -309,7 +309,7 @@ fn omit_default_module_path_target_no_modules() {
"\
async function init(input) {
const imports = {};",
const imports = getImports();",
));
}

Expand Down

0 comments on commit ec3f22f

Please sign in to comment.