8000
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 d3dbaf5 commit fdf9558Copy full SHA for fdf9558
test/tap/layouts-test.js
@@ -102,7 +102,7 @@ test('log4js layouts', (batch) => {
102
}
103
104
}),
105
- new RegExp(`${/Error\s+at batch\.test\s+/.source}${/\((.*)test[\\/]tap[\\/]layouts-test\.js/.source}${/:\d+:\d+\)/.source}`), // eslint-disable-line
+ /Error\s+at batch\.test\s+\((.*)test[\\/]tap[\\/]layouts-test\.js:\d+:\d+\)/,
106
'regexp did not return a match - should print the stacks of a passed error objects'
107
);
108
0 commit comments