Run tests from file system
Eunice 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.