2021-02-04 19:15:23 +01:00
|
|
|
process.env.METAMASK_ENV = 'test';
|
2022-10-04 18:55:51 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Used for testing components that use the Icon component
|
|
|
|
* 'ui/components/component-library/icon/icon.js'
|
|
|
|
*/
|
|
|
|
process.env.ICON_NAMES = {
|
|
|
|
LOADING_FILLED: 'loading-filled',
|
|
|
|
};
|