An open API service indexing awesome lists of open source software.

https://github.com/rickstaa/es6-jest-example

A example that shows how to use es6 with jest.
https://github.com/rickstaa/es6-jest-example

Last synced: about 2 months ago
JSON representation

A example that shows how to use es6 with jest.

Awesome Lists containing this project

README

          

# es6-jest-example

An example that shows how to use es6 with jest. For more information, see and .

## How to use

1. Install dependencies.
2. Run main tests using `npm run test`.
3. Run subTests using `npm run test:sub`.