mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Squashed warning when running yarn test:coverage:jest
(#17729)
This commit is contained in:
parent
1ecf241a9f
commit
3b8ea38978
@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
runtime: {
|
||||
getManifest: () => {
|
||||
return { manifest_version: 2 };
|
||||
}
|
||||
},
|
||||
};
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user