mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
46d970e362
* 15087: Add Button Base
10 lines
220 B
JavaScript
10 lines
220 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',
|
|
};
|