Skip to content

Commit 43b0e55

Browse files
committed
Fixes from code review
1 parent 28a559b commit 43b0e55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
matrix:
1414
- TRAVIS_WEBPACK_VERSION="2"
1515
- TRAVIS_WEBPACK_VERSION="3"
16+
- TRAVIS_WEBPACK_VERSION="4"
1617
matrix:
1718
fast_finish: true
1819
install:

Diff for: test.js

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ test('fails when both timeout and timeoutMs are set', function (done) {
9494
// TODO this spec is causing jest not to clean up properly, we get a console warning
9595
// 'Jest did not exit one second after the test run has completed.'
9696
compile2({ file: 'sleep.js.erb', timeout: 1, timeoutMs: 1000 }, done, function (stats) {
97-
console.log(stats.compilation.errors)
9897
expect(stats.compilation.errors[0].message).toMatch(
9998
'TypeError: Both options `timeout` and `timeoutMs` were set'
10099
)

0 commit comments

Comments
 (0)