Skip to content

Commit

Permalink
Merge pull request #677 from Daenyth/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik authored Jul 28, 2023
2 parents 8f2aaa1 + 83e3d3d commit f8615da
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/scalatest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ title: Coming from ScalaTest
# Initiating the Conversion

Begin by ensuring that you have
[added a dependency](./getting-started.html#quick-start) on MUnit. If you are
using SBT, don't neglect to explicitly add MUnit as a test framework:

```diff
+ testFrameworks += new TestFramework("munit.Framework")
```

even if you do not see this being done for ScalaTest (SBT has special support
for ScalaTest).
[added a dependency](./getting-started.html#quick-start) on MUnit.

It is not important to immediately remove the ScalaTest bindings, because SBT
can handle having both test frameworks registered at once, and can run both sets
Expand Down

0 comments on commit f8615da

Please sign in to comment.