1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Squashed warning when running yarn test:coverage:jest (#17729)

This commit is contained in:
HowardBraham 2023-02-10 16:03:28 -08:00 committed by GitHub
parent 1ecf241a9f
commit 3b8ea38978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
module.exports = {
runtime: {
getManifest: () => {
return { manifest_version: 2 };
}
},
};

View File

@ -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,