apache / cordova-common

Apache Cordova Common Tooling Library
https://cordova.apache.org/
Apache License 2.0
39 stars 40 forks source link

test: fix invalid config for jasmine-spec-reporter #161

Closed raphinesse closed 3 years ago

raphinesse commented 3 years ago

Fixes the following warning:

WARN: jasmine-spec-reporter 'displayStacktrace' option supports value ('none', 'raw', 'pretty'), default to 'none'

And of course shows stack traces for errors during test runs again.

codecov-io commented 3 years ago

Codecov Report

Merging #161 (5ff9eec) into master (5ad1bdb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   88.24%   88.24%           
=======================================
  Files          20       20           
  Lines        1174     1174           
=======================================
  Hits         1036     1036           
  Misses        138      138           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5ad1bdb...5ff9eec. Read the comment docs.