mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Move webidl tests to the webidl crate's test suite (#451)
* webidl: Remove exact-output tests These have not been as effective, nor as easy to write and maintain, as the project()-based integration tests. * tests: Move webidl tests into the webidl crate's test suite
This commit is contained in:
committed by
Alex Crichton
parent
42938792c7
commit
92dd8e859f
@ -4,10 +4,7 @@ version = "0.2.11"
|
||||
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
||||
|
||||
[dev-dependencies]
|
||||
diff = "0.1.11"
|
||||
env_logger = "0.5.10"
|
||||
wasm-bindgen = { path = "../..", default-features = false }
|
||||
wasm-bindgen-backend = { version = "=0.2.11", path = "../backend", features = ["extra-traits"] }
|
||||
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.11' }
|
||||
|
||||
[dependencies]
|
||||
failure = "0.1"
|
||||
|
Reference in New Issue
Block a user