Add gitlab and weibo contact links.

This commit is contained in:
Aleksander Helgaker
2019-08-24 09:53:42 +02:00
parent 2d590f411e
commit 1eadc1bc5d
7 changed files with 29 additions and 1 deletions

View File

@@ -12,4 +12,6 @@ test('getContactHref', () => {
expect(getContactHref('instagram', '#')).toBe('#');
expect(getContactHref('line', '#')).toBe('#');
expect(getContactHref('facebook', '#')).toBe('#');
expect(getContactHref('gitlab', '#')).toBe('#');
expect(getContactHref('weibo', '#')).toBe('#');
});