Skip to content

Wallaby.js compiler to display code coverage in single file .vue components

License

Notifications You must be signed in to change notification settings

wallabyjs/wallaby-vue-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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({}))
    }
  }
}

About

Wallaby.js compiler to display code coverage in single file .vue components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •