Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
fix(YpoLexer) export is named YpoLexer
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Apr 26, 2016
1 parent 98b4d29 commit 0e9f8aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lexer-test.es
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ import TranslationId from 'ypo-parser-common/directives/translationid';
import Location from 'ypo-parser-common/location';
import ParseError from 'ypo-parser-common/exceptions';

import Lexer from '../src/lexer';
import YpoLexer from '../src/lexer';

import {TEST_FILE} from './fixtures';


describe('Lexer',
describe('YpoLexer',
function ()
{
const cut = new Lexer();
const cut = new YpoLexer();

describe('#tokenize()',
function ()
Expand Down

0 comments on commit 0e9f8aa

Please sign in to comment.