mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
chore: remove test
This commit is contained in:
parent
19c77c6d45
commit
d185ce4aa3
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user