Jest transform to support testing on components that use vue-inheritance-loader.
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'
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.