Skip to content

Commit

Permalink
Invalid wasm-bindgen config is handled by toml parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed May 30, 2023
1 parent a503562 commit fcf2b8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/all/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,7 @@ fn configure_wasm_bindgen_debug_incorrectly_is_error() {
.arg("build")
.arg("--dev")
.assert()
.failure()
.stderr(predicates::str::contains(
"package.metadata.wasm-pack.profile.dev.wasm-bindgen.debug",
));
.failure();
}

#[test]
Expand Down

0 comments on commit fcf2b8f

Please sign in to comment.