mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
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();
|