Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(stacktrace): remove jasmine2 specific stacktraces
Browse files Browse the repository at this point in the history
  • Loading branch information
hankduan authored and juliemr committed Apr 2, 2015
1 parent ad87d62 commit e3d4ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ var q = require('q'),

var STACK_SUBSTRINGS_TO_FILTER = [
'node_modules/minijasminenode/lib/',
'node_modules/jasmine/',
'node_modules/selenium-webdriver',
'at Module.',
'at Object.Module.',
'at Function.Module',
'(timers.js:',
'jasminewd/index.js',
'jasminewd2/index.js',
'protractor/lib/'
];

Expand Down

0 comments on commit e3d4ad1

Please sign in to comment.