Skip to content

Commit

Permalink
Squashed warning when running yarn test:coverage:jest (#17729)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardBraham authored Feb 11, 2023
1 parent 1ecf241 commit 3b8ea38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .storybook/__mocks__/webextension-polyfill.js

This file was deleted.

2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
__filename: true,
};
config.resolve.alias['webextension-polyfill'] = require.resolve(
'./__mocks__/webextension-polyfill.js',
'../ui/__mocks__/webextension-polyfill.js',
);
config.resolve.fallback = {
child_process: false,
Expand Down

0 comments on commit 3b8ea38

Please sign in to comment.