-
-
Notifications
You must be signed in to change notification settings - Fork 93
Run IC tests on js/wasm too #1180
Copy link
Copy link
Open
Labels
compiler:ICAnything pertaining to incremental compilationAnything pertaining to incremental compilationtestsAnything pertaining to Metro's own testsAnything pertaining to Metro's own tests
Metadata
Metadata
Assignees
Labels
compiler:ICAnything pertaining to incremental compilationAnything pertaining to incremental compilationtestsAnything pertaining to Metro's own testsAnything pertaining to Metro's own tests
Currently all the IC tests run on kotlin/jvm projects, but JS/wasm support IC too. Ideally we want to cover all the below:
jswasmJswasmWasijvmandroidTargetI think for starters, it's fine to go for something like
js/jvm/wasmJsDo we need to run these all in parameterized tests or can we generate KMP projects and run each compilation directly?