Skip to content

Commit 992a92d

Browse files
committed
add mUnit to the list of suggested test frameworks
1 parent bcae09a commit 992a92d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_data/library/testlibs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
url: https://junit.org/junit4/
55
desc: A programmer-friendly Java testing framework
66
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"'
711
- name: uTest
812
url: https://github.com/lihaoyi/utest
913
desc: Simple testing framework with good Scala.js support

0 commit comments

Comments
 (0)