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.
2 parents 2c0c558 + e7bdd7d commit dcf84b6Copy full SHA for dcf84b6
lib/beautify-stack.js
@@ -6,7 +6,7 @@ var debug = require('debug')('ava');
6
var stackUtils = new StackUtils({
7
internals: debug.enabled ? [] : StackUtils.nodeInternals().concat([
8
/\/ava\/(?:lib\/)?[\w-]+\.js:\d+:\d+\)?$/,
9
- /\/node_modules\/(?:bluebird|empower-core)\//
+ /\/node_modules\/(?:bluebird|empower-core|(?:ava\/node_modules\/)?(?:babel-runtime|core-js))\//
10
])
11
});
12
0 commit comments