mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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,
|
__filename: true,
|
||||||
};
|
};
|
||||||
config.resolve.alias['webextension-polyfill'] = require.resolve(
|
config.resolve.alias['webextension-polyfill'] = require.resolve(
|
||||||
'./__mocks__/webextension-polyfill.js',
|
'../ui/__mocks__/webextension-polyfill.js',
|
||||||
);
|
);
|
||||||
config.resolve.fallback = {
|
config.resolve.fallback = {
|
||||||
child_process: false,
|
child_process: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user