Skip to content

Commit ed636c0

Browse files
Update Test
1 parent 6853432 commit ed636c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/api/registerAlias.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ const hljs = require('../../build');
44
const should = require('should');
55

66
describe('.registerAlias()', () => {
7-
it('should get an existing language', () => {
8-
const result = hljs.getLanguage('python');
9-
10-
result.should.be.instanceOf(Object);
11-
});
12-
137
it('should get an existing language by alias', () => {
148
hljs.registerAlias('jquery', {
159
languageName: 'javascript'

0 commit comments

Comments
 (0)