mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fix(test): fixing regexp for older node versions
This commit is contained in:
parent
fdf9558b6d
commit
7d13b6e04f
@ -102,7 +102,7 @@ test('log4js layouts', (batch) => {
|
||||
}
|
||||
}
|
||||
}),
|
||||
/Error\s+at batch\.test\s+\((.*)test[\\/]tap[\\/]layouts-test\.js:\d+:\d+\)/,
|
||||
/at Object\.<anonymous>\s+\((.*)test[\\/]tap[\\/]layouts-test\.js:\d+:\d+\)/,
|
||||
'regexp did not return a match - should print the stacks of a passed error objects'
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user