Skip to content

Commit

Permalink
Update Test
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed May 7, 2020
1 parent 6853432 commit ed636c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/api/registerAlias.js
Expand Up @@ -4,12 +4,6 @@ const hljs = require('../../build');
const should = require('should');

describe('.registerAlias()', () => {
it('should get an existing language', () => {
const result = hljs.getLanguage('python');

result.should.be.instanceOf(Object);
});

it('should get an existing language by alias', () => {
hljs.registerAlias('jquery', {
languageName: 'javascript'
Expand Down

0 comments on commit ed636c0

Please sign in to comment.