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
- Host: GitHub
- URL: https://github.com/21hook/jest-interfaces
- Owner: 21hook
- Created: 2018-06-06T03:23:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T03:53:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T15:38:42.830Z (over 1 year ago)
- Topics: interfaces, jest, unit-testing
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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