Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure Kotlin/JS and Kotlin/JS/Wasm testing, fix #3329 #3954

Merged
merged 3 commits into from
May 1, 2024

Commits on Mar 28, 2024

  1. Restructure Kotlin/JS and Kotlin/JS/Wasm testing, fixes #3329

    * Use the `FrameworkAdapter` interface provided by the Kotlin/JS test
      infra, so that failed tests are correctly reported for the JS target
      on Node.js (does not apply to Wasm/JS, which does not require
      "adapter transformation").
    * Use JS Promise instead of callbacks to interact with the JS test
      framework.
    * Clean up the code to avoid API layers changing from Mocha/Jasmine
      style ("describe", "it) to Kotlin test style ("suite", "test) and
      back.
    OliverO2 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b084815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394924f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    a37d4fa View commit details
    Browse the repository at this point in the history