kotlin-test

Standard Testing Library for Kotlin Applications

Usage no npm install needed!

<script type="module">
  import kotlinTest from 'https://cdn.skypack.dev/kotlin-test';
</script>

README

Kotlin Test

The kotlin-test module is used by the Kotlin/JS compiler output for performing assertions in tests, independently of the test framework being used.

The library includes out-of-the-box support for Jasmine, Mocha, Jest, and QUnit.

Try out the examples, read the forum post and the library documentation for more information.

Handy links

Editing Kotlin