mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-22 09:11:35 +00:00
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!
This commit is contained in:
3
crates/web-sys/tests/wasm/headers.js
Normal file
3
crates/web-sys/tests/wasm/headers.js
Normal file
@ -0,0 +1,3 @@
|
||||
export function new_headers() {
|
||||
return new Headers({'Content-Type': 'text/plain'});
|
||||
}
|
Reference in New Issue
Block a user