Skip to content

Commit

Permalink
Fix tests by not importing ${X}Getters traits through * import
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosichert committed Apr 24, 2024
1 parent 128e678 commit 1f2d9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/webidl-tests/callbacks.rs
@@ -1,4 +1,4 @@
use crate::generated::*;
use crate::generated::{CallbackInterface1, CallbackInterface2, TakeCallbackInterface};
use js_sys::Function;
use wasm_bindgen_test::*;

Expand Down
2 changes: 1 addition & 1 deletion crates/webidl-tests/dictionary.rs
@@ -1,4 +1,4 @@
use crate::generated::*;
use crate::generated::{CamelCaseMe, ManyTypes, PreserveNames, Required, A, B, C};
use wasm_bindgen::prelude::*;
use wasm_bindgen_test::*;

Expand Down

0 comments on commit 1f2d9b4

Please sign in to comment.