Skip to content

Commit

Permalink
docs(browser): fix jsdoc default value of slowHijackESM (vitest-dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored and LorenzoBloedow committed Dec 19, 2023
1 parent 34f7496 commit 5c6d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/types/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export interface BrowserConfigOptions {
* Update ESM imports so they can be spied/stubbed with vi.spyOn.
* Enabled by default when running in browser.
*
* @default true
* @default false
* @experimental
*/
slowHijackESM?: boolean
Expand Down

0 comments on commit 5c6d959

Please sign in to comment.