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

https://github.com/21hook/jest-interfaces

A jest unit testing demos
https://github.com/21hook/jest-interfaces

interfaces jest unit-testing

Last synced: about 2 months ago
JSON representation

A jest unit testing demos

Awesome Lists containing this project

README

          

# jest-interfaces
> A quick overview about jest unit testing interfaces

The hierarchies for jest interfaces
- Opts
- jest config
- methods or object methods
- Globals
- Mock functions
- Expect
- jest // object methods
- CLI // jest cli

## Table of Contents
1. Testing primitives
2. Testing compounds
3. Catching exceptions
4. Testing async code
5. Testing setup & teardown
6. Mock functions
7. Testing supplementary tools