Skip to content

Commit

Permalink
docs: update migration.md (#4354)
Browse files Browse the repository at this point in the history
  • Loading branch information
neiromaster committed Oct 23, 2023
1 parent d990640 commit 9995edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ beforeEach(() => setActivePinia(createTestingPinia())) // [!code --]
beforeEach(() => { setActivePinia(createTestingPinia()) }) // [!code ++]
```
In Jest hooks are caled sequentially (one after another). By default, Vitest runs hooks in parallel. To use Jest's behavior, update [`sequence.hooks`](/config/#sequence-hooks) option:
In Jest hooks are called sequentially (one after another). By default, Vitest runs hooks in parallel. To use Jest's behavior, update [`sequence.hooks`](/config/#sequence-hooks) option:
```ts
export default defineConfig({
Expand Down

0 comments on commit 9995edb

Please sign in to comment.