1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-20 20:20:52 +00:00

2 Commits

Author SHA1 Message Date
Tyler Wilcock
05f3eec76d Fix web-sys history unit test ()
In an actual browser, the changing of the history using the binding
worked a little too well, and caused the test to fail if you refreshed
the page or manually used the back and forward buttons.  The stateful
stuff has been removed - the remaining two assertions should adequately
test that the binding works, which is the point of these tests anyways.
2018-07-31 06:55:30 -07:00
Alex Crichton
4282ec25bd Move web-sys tests to the new test framework
Migrate most `web-sys` tests to the new `wasm_bindgen_test` framework with the
new headless browser capabilities!
2018-07-30 11:07:07 -07:00