Skip to content

mrodal/vue-inheritance-loader-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-inheritance-loader-jest

Jest transform to support testing on components that use vue-inheritance-loader.

Installation

Install it onto your project with:

npm install --save-dev vue-inheritance-loader-jest

You have to add it to your jest configuration to run on vue files:

transform: {
    '^.+\\.vue$': 'vue-inheritance-loader-jest'
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

ISC

About

Jest transformer for vue-inheritance-loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages