Skip to content

Commit

Permalink
Merge pull request #639 from frankbe/main
Browse files Browse the repository at this point in the history
add mUnit to the list of suggested test frameworks
  • Loading branch information
sjrd committed Jun 18, 2024
2 parents bcae09a + 992a92d commit 0190f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/library/testlibs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
url: https://junit.org/junit4/
desc: A programmer-friendly Java testing framework
dep: 'enablePlugins(ScalaJSJUnitPlugin)'
- name: MUnit
url: https://scalameta.org/munit/
desc: Scala testing library with actionable errors and extensible APIs
dep: '"org.scalameta" %%% "munit" % "1.0.0" % "test"'
- name: uTest
url: https://github.com/lihaoyi/utest
desc: Simple testing framework with good Scala.js support
Expand Down

0 comments on commit 0190f33

Please sign in to comment.