mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 15:29:16 +01:00
Update get-icon.test.js
add codepen
This commit is contained in:
parent
3d81a8e6bd
commit
e76ba88171
@ -15,4 +15,5 @@ test('getIcon', () => {
|
||||
expect(getIcon('facebook')).toEqual(ICONS.FACEBOOK);
|
||||
expect(getIcon('gitlab')).toEqual(ICONS.GITLAB);
|
||||
expect(getIcon('weibo')).toEqual(ICONS.WEIBO);
|
||||
});
|
||||
expect(getIcon('codepen')).toEqual(ICONS.CODEPEN);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user