testey
v1.2.5
Published
A simple test scanning tool.
Downloads
3
Readme
testey
Makes sure your javascipt files have a corresponding test files.
Install
$ npm install testey
Usage
...
"scripts": {
...
"testey": "testey src -fe .test.js -rp /__tests__",
...
}
...
CLI options
[USAGE]
testey [PATHS] [FLAGS]
[OPTIONS]
-l List all files tested
-c Check, will exit with error if file missing corresponding test
-fe File ending
-rp Relative path to test file