diff --git a/src/lib/util.js b/src/lib/util.js index a67a4fe..7b37fe2 100644 --- a/src/lib/util.js +++ b/src/lib/util.js @@ -105,6 +105,7 @@ export function cleanStack(str, cwd = process.cwd()) { let nearestFrame; stack = frames + .filter((frame) => frame.type !== 'native' || frame.name !== 'Jasmine') .map((frame) => { // Only show frame for errors in the user's code if (