We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6853432 commit ed636c0Copy full SHA for ed636c0
test/api/registerAlias.js
@@ -4,12 +4,6 @@ const hljs = require('../../build');
4
const should = require('should');
5
6
describe('.registerAlias()', () => {
7
- it('should get an existing language', () => {
8
- const result = hljs.getLanguage('python');
9
-
10
- result.should.be.instanceOf(Object);
11
- });
12
13
it('should get an existing language by alias', () => {
14
hljs.registerAlias('jquery', {
15
languageName: 'javascript'
0 commit comments