daemoncron

Results 2 comments of daemoncron

Hey I know this is old, am I missing something here or is this just a one-line fix? https://github.com/pa11y/pa11y/blob/9cf10d4d511ccb0e5129495968a24b6512bfe6ee/lib/runners/axe.js#L169 `type: axeImpactToPa11yLevel(axeIssue.type || axeIssue.impact),` or even just `type: axeImpactToPa11yLevel(axeIssue.type),`?

Thank you @wweellddeerr! @light24bulbs - that sounds right but a lot of folks will hit this if they're using vue-test-utils which [recommends](https://vue-test-utils.vuejs.org/guides/testing-single-file-components-with-mocha-webpack.html#source-maps) you use `inline-cheap-module-source-map`.