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
For the same reason this is useful on the jvm, it would be useful when running for js.
Currently options are to have a build specific test and spin up resources on each test on js, or spin up resources on each test on both jvm and js, while ideally it would be nice to use this feature in cross-compatible code.
The text was updated successfully, but these errors were encountered:
The underlying issue is that munit currently doesn't support async suite-local fixtures. The JVM implementation relies on blocking which we don't have on JS. The PR above introduces a workaround, however that is unsafe. This can be fixed after munit 1.0 is released, see #147.
For the same reason this is useful on the jvm, it would be useful when running for js.
Currently options are to have a build specific test and spin up resources on each test on js, or spin up resources on each test on both jvm and js, while ideally it would be nice to use this feature in cross-compatible code.
The text was updated successfully, but these errors were encountered: