Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terkelg committed Feb 19, 2018
1 parent 0556774 commit 6077c44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/eliminate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const DIR = join('test', 'fixtures');
test('standard', async t => {
t.plan(2);

mkdirp(DIR);
const A = join(DIR, 'a.js');

fs.writeFileSync(A);

t.equal(typeof eliminate, 'function', 'consturctor is a typeof function');
Expand Down

0 comments on commit 6077c44

Please sign in to comment.