mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-16 00:11:03 +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: {
|
summary: {
|
||||||
displayDuration: true,
|
displayDuration: true,
|
||||||
displayStacktrace: true
|
displayStacktrace: 'raw'
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user