LG0012

Results 5 comments of LG0012

Any solution how to fix this? Non of the SFC file block code is covered. Only works with .js mixin files. ``` "dependencies": { "babel-jest": "^28.1.3", "core-js": "^3.19.3", "jest": "^28.1.3",...

> Yeah, this is something we'd need to implement here. > > It's an interesting one I haven't thought about too much; I guess in the same way we use...

Am I not seeing something.. or? ``` genStepContent () { const children = [] if (this.hasError) { children.push(this.genIcon(this.errorIcon)) } else if (this.complete) { if (this.editable) { children.push(this.genIcon(this.editIcon)) } else {...