1.2.5 • Published 4 years ago

testey v1.2.5

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

testey

npm (scoped) npm bundle size (minified)

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
1.2.5

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago