Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated doc instruction #677

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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