babel-plugin-stump
v0.0.1
Published
Babel plugin to build coverage
Downloads
1
Maintainers
Readme
babel-plugin-stump
Usage
Install it:
pnpm add babel-plugin-stump -D
Add it to .babelrc
in test mode:
{
"env": {
"test": {
"plugins": [ "stump" ]
}
}
}