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 9ce23b6 commit cee2cc3Copy full SHA for cee2cc3
test/helpers/normalize.js
@@ -56,12 +56,6 @@ const REPLACEMENTS = [
56
[/ \([\d.]+m?s\)/gu, ''],
57
// - Jasmine
58
[/[\d.]+ seconds?/gu, ''],
59
- // - Jasmine, Node <12.5.0 only
60
- [/\n\nSuite error: undefined/gu, ''],
61
- [
62
- / +Message:\n +Uncaught exception: RejectionHandled: a promise was rejected and handled too late: Error: message\n +Stack:\n +at STACK TRACE\n/gu,
63
- '',
64
- ],
65
// - node_tap `classic` reporter
66
[/ [\d.]+m?s/gu, ''],
67
[/(line|column): \d+/gu, ''],
0 commit comments