Skip to content

Commit 2049698

Browse files
jeserkinatscott
authored andcommitted
docs: Update migration docs for vitest
This update fixes minor grammar mistakes
1 parent 6073493 commit 2049698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/guide/testing/migrating-to-vitest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If you set `runnerConfig` to `true`, the builder will automatically search for a
227227

228228
## `zone.js` based helpers are not supported
229229

230-
The zone.js patches are not applied when running tests with Vitest, there for you won't be able use functions like `fakeAsync`, `flush` or `waitForAsync`.
230+
The zone.js patches are not applied when running tests with Vitest, therefore you won't be able to use functions like `fakeAsync`, `flush` or `waitForAsync`.
231231
To migrate to Vitest you will also need to migrate your tests to native async and Vitest fake timers. See [an example here](/guide/testing/components-scenarios#async-test-with-a-vitest-fake-timers) for fake timers usages with Vitest.
232232

233233
## Bug reports

0 commit comments

Comments
 (0)