Skip to content

Commit

Permalink
fix(test): correct path for example tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
nomocas committed May 7, 2017
1 parent 3a6fac8 commit 3d64708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test-chained-method-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* global describe, it */
import chai from 'chai';
// import elenpi from '../src/index.js';
import parser from '../src/examples/chained-methods-parser.js';
import parser from '../examples/chained-methods-parser.js';

// const r = elenpi.r;
const expect = chai.expect;
Expand Down
2 changes: 1 addition & 1 deletion test/test-html-tokenizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* global describe, it */
import chai from 'chai';
// import elenpi from '../src/index.js';
import parser from '../src/examples/html-tokenizer.js';
import parser from '../examples/html-tokenizer.js';

// const r = elenpi.r;
const expect = chai.expect;
Expand Down

0 comments on commit 3d64708

Please sign in to comment.