A CLI for generating dummy test files for .js|.ts|.jsx|.tsx
npm i @bestcodetools/create-test-file-for-nodejs
create-test-for [options] <path1> <path2> ...
Option | Description |
---|---|
--test-path=<path> | Path to store test files |
--help | Show help |
NOTE: Use "--test-path=@" to store test files in the same directory as the source files
create-test-for src --test-path=test/unit create-test-for src --test-path=@
ctf [options] <path1> <path2> ...
create-test-file-for [options] <path1> <path2> ...
This project is licensed under the MIT License.