Skip to content

Commit 6b0eb2c

Browse files
committed
tests: Move webidl tests into the webidl crate's test suite
1 parent ef42dd6 commit 6b0eb2c

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

crates/webidl/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ version = "0.2.11"
44
authors = ["Nick Fitzgerald <[email protected]>"]
55

66
[dev-dependencies]
7-
diff = "0.1.11"
8-
env_logger = "0.5.10"
9-
wasm-bindgen = { path = "../..", default-features = false }
10-
wasm-bindgen-backend = { version = "=0.2.11", path = "../backend", features = ["extra-traits"] }
7+
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.11' }
118

129
[dependencies]
1310
failure = "0.1"

crates/webidl/tests/all/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extern crate wasm_bindgen_test_project_builder as project_builder;
2+
use project_builder::project;
3+
4+
mod simple;
File renamed without changes.

tests/all/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ mod structural;
2424
mod typescript;
2525
mod u64;
2626
mod validate_prt;
27-
mod webidl;

tests/all/webidl/mod.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)