Open
Description
JS seems like the easiest next step, but PRs for native platforms are welcome too!
- in
selfie-lib
, move tests fromjvmTest
tocommonTest
one by one and implement the missing part- most tests are already in
commonTest
, here is a suggested order for the 5 which are stuck injvmTest
-
LineReaderTest
,SnapshotValueReaderTest
,SnapshotReaderTest
,SnapshotFileTest
(sequentially in one PR) -
RecordCallTest
in its own PR, perhaps needs to stay platform-specific
- most tests are already in
- in
selfie-runner-kotest
search forTODO: https://github.com/diffplug/selfie/issues/186
- move
HarnessVerifyTest
out ofjvmTest
and intocommonTest