mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
3af83f8f98
* Storing the icon name env var as a string and parsing to use with components * Moving icon env vars to jest specific env.js file * Updating snapshots
10 lines
289 B
JavaScript
10 lines
289 B
JavaScript
// jest specific env vars that break mocha tests
|
|
import { generateIconNames } from '../../development/generate-icon-names';
|
|
|
|
/**
|
|
* Used for testing components that use the Icon component
|
|
* 'ui/components/component-library/icon/icon.js'
|
|
*/
|
|
|
|
process.env.ICON_NAMES = generateIconNames();
|