It depends on the usage, in terms of `expect` and...
# multiplatform
a
It depends on the usage, in terms of
expect
and
actual
, you need to run it against certain platform. But the
common
code could contain logic as well. Currently it needs multiple running to ensure all tests pass. If this codebase contains
expect
and
actual
and some common logic. The tests should be run under some certain rules. Something like ignore the
expect
, and run any other code. We can run it on jvm if the rules can make sure the code gonna compiled correctly on other platforms.