File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Its key features are:
20
20
- Supports [ Scala.js and Scala-Native] ( #scalajs-and-scala-native ) , Scala 2.12.x/2.13.x/3.x,
21
21
projects using [ SBT] ( #getting-started ) or [ Mill] ( https://mill-build.org/mill/index.html )
22
22
[ standalone] ( #running-utest-standalone ) (e.g. via a ` main ` method, or in
23
- Ammonite Scripts)
23
+ Ammonite Scripts),
24
+ projects using [ Gradle plugin for Scala.js and Scala Native] ( https://github.com/dubinsky/scalajs-gradle ) .
24
25
25
26
Unlike traditional testing libraries for Scala (like
26
27
[ Scalatest] ( http://www.scalatest.org/ ) or
@@ -147,6 +148,9 @@ For Scala-Native, you will also need
147
148
nativeLinkStubs := true
148
149
```
149
150
151
+ [ Gradle plugin for Scala.js and Scala Native] ( https://github.com/dubinsky/scalajs-gradle )
152
+ supports using uTest with [ Gradle] ( https://gradle.org/ ) .
153
+
150
154
Defining and Running a Test Suite
151
155
=================================
152
156
You can’t perform that action at this time.
0 commit comments