Registry / testing / kotlin-test-js

kotlin-test-js

JSON →
library2.4.0javamavenunverified

Kotlin Test library for JavaScript, providing testing utilities for Kotlin/JS projects.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-js</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-TEST-JS
K
kotlin-test-js
testingjavav2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Test
kotlin.test.Test

Write a unit test using Kotlin Test annotations.

import kotlin.test.Test import kotlin.test.assertEquals class MyTest { @Test fun testAddition() { assertEquals(4, 2 + 2) } }
Debug
Known issues
breakingThis artifact is for Kotlin/JS only; use kotlin-test-junit for JVM projects.
fix
Select the correct kotlin-test artifact for your target platform.
affects: *
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
kotlin-test-js — mvn dependency:get kotlin-test-js · libregistry