Skip to content

Commit

Permalink
Internal: Updated Jasmine SpecReporter displayStacktrace option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Oct 15, 2020
1 parent 012c06c commit 9d59fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports.config = {
require( 'ts-node' ).register( {
project: require( 'path' ).join( __dirname, './tsconfig.json' )
} );
jasmine.getEnv().addReporter( new SpecReporter( { spec: { displayStacktrace: true } } ) );
jasmine.getEnv().addReporter( new SpecReporter( { spec: { displayStacktrace: 'pretty' } } ) );
},
useAllAngular2AppRoots: true
};

0 comments on commit 9d59fe5

Please sign in to comment.