malta-jest
v0.0.2
Published
malta minimal plugin to run jest on the fly
Downloads
32
Maintainers
Readme
This plugin can be used on: .js files and even on .coffee and .ts files after using the right plugin
The plugin will run jest on target files
Options
- argz
the args for jest-cli
Sample usage:
malta app/src/index.js dist/js -plugins=malta-jest[argz:'tests/index.test.js']or in the .json file :
"source/*.js" : "dist -plugins=malta-jest[argz:'tests/index.test.js']"
"source/tests/*.js" : "tests -plugins=malta-jest[argz:'tests/index.test.js']"