Skip to content

Commit

Permalink
increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed Jul 11, 2016
1 parent 92b9470 commit 4bbb66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/normal/mod.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log('550433');
console.log('098934');
2 changes: 1 addition & 1 deletion test/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('index', () => {
join(__dirname, './fixtures/normal/mod.js'),
`console.log('${randomColor}');`
);
done();
setTimeout(done, 1000);
});
});
});

0 comments on commit 4bbb66a

Please sign in to comment.