Skip to content

Commit 3d2a713

Browse files
authored
Update breaking-changes-in-v5.mdx (#311)
Spelling correction and presumed dropped word.
1 parent 29d2d79 commit 3d2a713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/breaking-changes-in-v5.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description: Pester v5 included an all-new runtime which lead to some breaking c
3232

3333
- `-Strict` switch is not available
3434
- Inconclusive and Pending states are currently no longer available, `-Pending` and `-Inconclusive` are translated to `-Skip` both on test blocks and when using `Set-ItResult`
35-
- Automatic Code coverage via -CI switch currently disabled as it's slow. Can still be enabled using configuraitonis largely untested.
35+
- Automatic Code coverage via -CI switch currently disabled as it's slow. Can still be enabled using configuration, but is largely untested.
3636
- Generating tests using foreach during discovery time works mostly, generating them from BeforeAll, to postpone expensive work till it is needed in case the test is filtered out also works, but is hacky. Get in touch if you need it and help me refine it.
3737
- Running on huge codebases is largely untested
3838

0 commit comments

Comments
 (0)