Skip to content

Commit

Permalink
Fixing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Oct 13, 2022
1 parent e730c55 commit 8098177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/component-library/icon/icon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SIZES, COLORS } from '../../../helpers/constants/design-system';
import { ICON_NAMES } from './icon.constants';
import { Icon } from './icon';

const TEST_ICON_NAMES = JSON.parse(process.env.ICON_NAMES);
const TEST_ICON_NAMES = JSON.parse(ICON_NAMES);

describe('Icon', () => {
it('should render correctly', () => {
Expand Down

0 comments on commit 8098177

Please sign in to comment.