Skip to content

Commit 1715691

Browse files
juan-fernandezszegedi
authored andcommitted
[ci-visibility] Make integration test for jest compatible with node 12 (#3440)
1 parent 2c77690 commit 1715691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/ci-visibility.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ testFrameworks.forEach(({
248248
testOutput += chunk.toString()
249249
})
250250
childProcess.on('message', () => {
251-
assert.include(testOutput, 'Exceeded timeout of 100 ms for a test while waiting for `done()` to be called.')
251+
assert.include(testOutput, 'Exceeded timeout of 100 ms for a test')
252252
done()
253253
})
254254
})

0 commit comments

Comments
 (0)