github robstoll/atrium v1.1.0-IR-alpha
1.1.0 preview (not complete) and with JS IR support

latest releases: v1.3.0-alpha-2, v1.3.0-alpha-1, v1.2.0...
pre-release2 years ago

This is an extra release so that Atrium can be used with JS using the IR compiler backend.

Note that's not the final 1.1.0 version and that:

  • it lacks the kotlin_1_3 extension but the corresponding expectation functions are already integrated into the normal module. Iin case you also switch from LEGACY to IR and were using the kotlin_1_3 extension, then search and replace the import statement. search import ch.tutteli.atrium.api.fluent.en_GB.kotlin_1_3 and replace with import ch.tutteli.atrium.api.fluent.en_GB
  • it does not fix the backward-compatibility issues Jetbrains has introduces from LEGACY to IR -- in case you should see <unknown> (js: ...) in reporting, then it's due to the breaking change => I assume Atrium should still be usable in 99.99% of the cases

Don't miss a new atrium release

NewReleases is sending notifications on new releases.