Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 353 Bytes

Wallaby.js compiler to display code coverage in single file .vue components. Accepts another compiler (for the script section compilation) as a parameter.

module.exports = function (wallaby) {

  return {
    ...

    compilers: {
      ...
      '**/*.vue': require('wallaby-vue-compiler')(wallaby.compilers.babel({}))
    }
  }
}