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.
1 parent bcae09a commit 992a92dCopy full SHA for 992a92d
_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