mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
test: fix missing stack traces in jasmine output (#1012)
`true` is not a valid value for the `displayStacktrace` option of jasmine-spec-reporter.
This commit is contained in:
parent
cccf812454
commit
ce735256d3
@ -26,6 +26,6 @@ jasmine.getEnv().addReporter(new SpecReporter({
|
||||
},
|
||||
summary: {
|
||||
displayDuration: true,
|
||||
displayStacktrace: true
|
||||
displayStacktrace: 'raw'
|
||||
}
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user