-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Currently all the IC tests run on kotlin/jvm projects, but JS/wasm support IC too. Ideally we want to cover all the below:
jswasmJswasmWasijvmandroidTarget
I think for starters, it's fine to go for something like js/jvm/wasmJs
Do we need to run these all in parameterized tests or can we generate KMP projects and run each compilation directly?
ILIYANGERMANOV