We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20446a commit 833c075Copy full SHA for 833c075
integration-tests/ci-visibility.spec.js
@@ -248,7 +248,7 @@ testFrameworks.forEach(({
248
testOutput += chunk.toString()
249
})
250
childProcess.on('message', () => {
251
- assert.include(testOutput, 'Exceeded timeout of 100 ms for a test while waiting for `done()` to be called.')
+ assert.include(testOutput, 'Exceeded timeout of 100 ms for a test')
252
done()
253
254
0 commit comments