mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
da4e6d3e37
* Adding TextField component * Fixing lint issues * More linting fixes * Adding more tests * Adding reference to TextFieldBase props * Adding reminder todo comment to styles * Using short hand syntax for conditionally firing event props and removing some css and unused classsNames in favor of box props * Fixing up my sloppy code * Removing text base docs update * More clean up * Adding more stories and docs * Adding new stories to mdx docs
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',
|
|
};
|