diff --git a/config.js b/config.js index 854bac7..a099bf3 100644 --- a/config.js +++ b/config.js @@ -44,4 +44,4 @@ module.exports = { codepen: '#' } } -}; +}; \ No newline at end of file diff --git a/src/utils/get-icon.test.js b/src/utils/get-icon.test.js index 9e3801e..abadc98 100644 --- a/src/utils/get-icon.test.js +++ b/src/utils/get-icon.test.js @@ -16,4 +16,4 @@ test('getIcon', () => { expect(getIcon('gitlab')).toEqual(ICONS.GITLAB); expect(getIcon('weibo')).toEqual(ICONS.WEIBO); expect(getIcon('codepen')).toEqual(ICONS.CODEPEN); -}); +}); \ No newline at end of file