File tree Expand file tree Collapse file tree 2 files changed +3
-31
lines changed
Expand file tree Collapse file tree 2 files changed +3
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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`
66export const browser : any = {
77 tabs : {
88 executeScript ( currentTabId : number , details : any ) {
You can’t perform that action at this time.
0 commit comments