Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Oct 30, 2023
1 parent 3f7187d commit 03b2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/fake-browser/testing-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To tell Vitest to use `@webext-core/fake-browser` instead of `webextension-polyf
export { fakeBrowser as default } from '@webext-core/fake-browser';
```

Next, create a global setup file, `vitest.setup.ts`, where we actually test vitest to use our mock:
Next, create a global setup file, `vitest.setup.ts`, where we actually tell Vitest to use our mock:

```ts
import { vi } from 'vitest';
Expand Down

0 comments on commit 03b2c99

Please sign in to comment.