Skip to content

Commit 6860e95

Browse files
committed
storybook updated
1 parent f5ec8b0 commit 6860e95

File tree

2 files changed

+3
-31
lines changed

2 files changed

+3
-31
lines changed

src/__mocks__/webextension-polyfill-ts.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/__mocks__/webextension-polyfill.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// src/__mocks__/webextension-polyfill-ts
2-
// Update this file to include any mocks for the `webextension-polyfill-ts` package
1+
// src/__mocks__/webextension-polyfill
2+
// Update this file to include any mocks for the `webextension-polyfill` package
33
// This is used to mock these values for Storybook so you can develop your components
44
// outside the Web Extension environment provided by a compatible browser
5-
// See .storybook/main.js to see how this module is swapped in for `webextension-polyfill-ts`
5+
// See .storybook/main.js to see how this module is swapped in for `webextension-polyfill`
66
export const browser: any = {
77
tabs: {
88
executeScript(currentTabId: number, details: any) {

0 commit comments

Comments
 (0)