Subclass the right class

This commit is contained in:
Ash Wilson 2019-02-06 21:31:58 -05:00
parent 4f575e0340
commit 584a1a317e
No known key found for this signature in database
GPG Key ID: BC88E787577BAF62

View File

@ -1,6 +1,6 @@
require('jasmine-reporters')
class JasmineJUnitReporter extends jasmine.JUnitReporter {
class JasmineJUnitReporter extends jasmine.JUnitXmlReporter {
fullDescription (spec) {
let fullDescription = spec.description
let currentSuite = spec.suite