mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
Update get-icon.test.js
add codepen
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user