mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
ace7b0cda9
This reverts commit d91ce9c4b5
.
11 lines
253 B
JavaScript
11 lines
253 B
JavaScript
process.env.METAMASK_ENV = 'test';
|
|
|
|
/**
|
|
* Used for testing components that use the Icon component
|
|
* 'ui/components/component-library/icon/icon.js'
|
|
*/
|
|
process.env.ICON_NAMES = {
|
|
LOADING_FILLED: 'loading-filled',
|
|
CLOSE_OUTLINE: 'close-outline',
|
|
};
|