Skip to content

Commit 055c055

Browse files
authored
fix: MacOS weird whitespace issue
1 parent 97345b0 commit 055c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/docs/migrations/1to2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Migrating from 1.x to 2.x
66
# Migrating from bUnit 1.x to 2.x
77
This document describes the changes made in bUnit 2.x that may affect existing tests written for bUnit 1.x. The old documentation for bUnit 1.x is available at: https://v1.bunit.dev.
88

9-
## One package to rule them all
9+
## One package to rule them all
1010
`bunit.core` and `bunit.web` have be merged into a single package called `bunit`. The seperation was used to allow for extensibitlity, which isn't used anymore. Therefore `bunit.core` and `bunit.web` will stay on version 1.x, while `bunit` will be the only package going forward. To migrate, simply remove the `bunit.core` and `bunit.web` packages and add the `bunit` package. We don't expect many users to have used the `bunit.core` or `bunit.web` package directly, but may hit 3rd party packages that depend on them.
1111

1212
## `TestContext` renamed to `BunitContext`

0 commit comments

Comments
 (0)