You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests of the client WASM are not executed for NodeJS target in the CI because of the usage of the wasm_bindgen_test_configure!(run_in_browser); macro.
What
Make the tests run with NodeJS target in the CI.
How
Execute the NodeJS target tests for the client WASM in the CI
Make sure the NodeJS tests stop in the CI
The text was updated successfully, but these errors were encountered:
Why
The tests of the client WASM are not executed for NodeJS target in the CI because of the usage of the
wasm_bindgen_test_configure!(run_in_browser);
macro.What
Make the tests run with NodeJS target in the CI.
How
The text was updated successfully, but these errors were encountered: