@devsnicket/eunice-run-tests-from-file-system
v4.6.1
Published
Runs tests by discovering test cases and expected behavior from the file system. Tests are automatically named based on the directory hierarchy.
Downloads
15
Maintainers
Readme
Eunice Run tests from file system
This package runs tests by reading test cases and expected behavior from the file system. Tests are automatically named based on the directory hierarchy.
Its is used to help create Jest tests for other Eunice packages.
For more information https://devsnicket.com/eunice.
Install using npm
:
npm install --save-dev @devsnicket/eunice-run-tests-from-file-system.
Or with yarn
:
yarn add --dev @devsnicket/eunice-run-tests-from-file-system.