wasm-bindgen/tests/all
Alex Crichton 4181afea45
Start migrating wasm_bindgen tests to wasm_bindgen_test (#602)
This commit starts migrating the `wasm_bindgen` tests to the `wasm_bindgen_test`
framework, starting to assemble the coffin for
`wasm-bindgen-test-project-builder`. Over time all of the tests in
`tests/all/*.rs` should be migrated to `wasm_bindgen_test`, although they may
not all want to go into a monolithic test suite so we can continue to test for
some more subtle situations with `#[wasm_bindgen]`.

In the meantime those, the `tests/all/api.rs` tests can certainly migrate!
2018-08-01 14:19:19 -05:00
..
char.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
classes.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
closures.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
comments.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
dependencies.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
duplicates.rs Fix some situations with duplicate imports (#589) 2018-07-30 10:50:43 -07:00
enums.rs Remove usage of #[wasm_custom_section] (#509) 2018-07-19 08:57:18 -05:00
import_class.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
imports.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
jsobjects.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
main.rs Start migrating wasm_bindgen tests to wasm_bindgen_test (#602) 2018-08-01 14:19:19 -05:00
math.rs Remove usage of #[wasm_custom_section] (#509) 2018-07-19 08:57:18 -05:00
node.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
non_debug.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
non_wasm.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
simple.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
slice.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
structural.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
typescript.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
u64.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
validate_prt.rs Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00