Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client WASM tests for NodeJS are not executed in the CI #2138

Open
2 tasks
jpraynaud opened this issue Nov 25, 2024 · 0 comments
Open
2 tasks

Client WASM tests for NodeJS are not executed in the CI #2138

jpraynaud opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug ⚠️ Something isn't working

Comments

@jpraynaud
Copy link
Member

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

  • Execute the NodeJS target tests for the client WASM in the CI
  • Make sure the NodeJS tests stop in the CI
@jpraynaud jpraynaud added the bug ⚠️ Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ⚠️ Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants