Update get-icon.test.js

add codepen
This commit is contained in:
Rémi BRUGUIER 2019-09-08 19:34:46 +02:00 committed by GitHub
parent 3d81a8e6bd
commit e76ba88171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
});