Skip to content

Commit

Permalink
Fixes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed Jul 2, 2020
1 parent 28a559b commit 43b0e55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
matrix:
- TRAVIS_WEBPACK_VERSION="2"
- TRAVIS_WEBPACK_VERSION="3"
- TRAVIS_WEBPACK_VERSION="4"
matrix:
fast_finish: true
install:
Expand Down
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ test('fails when both timeout and timeoutMs are set', function (done) {
// TODO this spec is causing jest not to clean up properly, we get a console warning
// 'Jest did not exit one second after the test run has completed.'
compile2({ file: 'sleep.js.erb', timeout: 1, timeoutMs: 1000 }, done, function (stats) {
console.log(stats.compilation.errors)
expect(stats.compilation.errors[0].message).toMatch(
'TypeError: Both options `timeout` and `timeoutMs` were set'
)
Expand Down

0 comments on commit 43b0e55

Please sign in to comment.