JSPM

kotlin-test

1.3.70-eap-47
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 150
  • Score
    100M100P100Q73550F
  • License Apache-2.0

Standard Testing Library for Kotlin Applications

Package Exports

  • kotlin-test

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kotlin-test) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Kotlin Test

Module kotlin-test 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.

Editing Kotlin