chore: remove test

This commit is contained in:
Roman Hotsiy 2020-06-09 13:41:12 +03:00
parent 19c77c6d45
commit d185ce4aa3
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -1,10 +1,6 @@
import { highlight, mapLang } from '../../utils/highlight';
describe('prism.js helpers', () => {
test('mapLang should map "json" to "js"', () => {
expect(mapLang('json')).toBe('js');
});
test('mapLang should map to "clike" by default', () => {
expect(mapLang('non-existring')).toBe('clike');
});