@devsnicket/eunice-run-tests-from-file-system

Runs tests by discovering test cases and expected behavior from the file system. Tests are automatically named based on the directory hierarchy.

Usage no npm install needed!

<script type="module">
  import devsnicketEuniceRunTestsFromFileSystem from 'https://cdn.skypack.dev/@devsnicket/eunice-run-tests-from-file-system';
</script>

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.

NPM Build Status Coverage Status License: MIT Gitter chat

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.