Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcae09a + 992a92d commit 0190f33Copy full SHA for 0190f33
_data/library/testlibs.yml
@@ -4,6 +4,10 @@
4
url: https://junit.org/junit4/
5
desc: A programmer-friendly Java testing framework
6
dep: 'enablePlugins(ScalaJSJUnitPlugin)'
7
+ - name: MUnit
8
+ url: https://scalameta.org/munit/
9
+ desc: Scala testing library with actionable errors and extensible APIs
10
+ dep: '"org.scalameta" %%% "munit" % "1.0.0" % "test"'
11
- name: uTest
12
url: https://github.com/lihaoyi/utest
13
desc: Simple testing framework with good Scala.js support
0 commit comments