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

https://github.com/nascript/learn-unit-testing


https://github.com/nascript/learn-unit-testing

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## LEARN UNIT TESTING WITH JEST

### Jest tidak support javascript module

oleh karena itu diperlukan babel js untuk membantu jest mengkonversi javascript module Es6 ke javascript versi yang lama yaitu common js

[LINK babel setup](https://babeljs.io/setup#installation)

### CLI Dasar JEST
- `npx jest` to run jest
- `npx jest --testNamePattern "nama/desc function test"` to test by specifik description function test
- `npx jest --runTestsByPath "nama file test.js"` to test by file test.js