Registry / testing / zio-test-sjs1-2-13

zio-test-sjs1-2-13

JSON →
library2.1.25javamavenunverified

Testing library for ZIO, a zero-dependency functional effect system for Scala, targeting Scala.js 1.x and Scala 2.13.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-test_sjs1_2.13</artifactId> <version>2.1.25</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-TEST-SJS1-2-13
Z
zio-test-sjs1-2-13
testingjavav2.1.25
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.

ZIOSpecDefault
✓ zio.test.ZIOSpecDefault

Define a simple ZIO test suite using ZIOSpecDefault.

import zio.test.*; object MySpec extends ZIOSpecDefault { def spec = test("addition") { assertTrue(1 + 1 == 2) } }
Debug
Known issues
breakingThis artifact is for Scala.js 1.x and Scala 2.13 only; ensure your project uses the correct Scala version and platform.
fix
Use the appropriate artifact for your Scala version (e.g., zio-test_3 for Scala 3, zio-test_sjs1_3 for Scala.js 1 with Scala 3).
affects: all
Upgrade
Version history
2.1.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
zio-test-sjs1-2-13 — mvn dependency:get zio-test-sjs1-2-13 · libregistry