Skip to content

BinaryStarTech/code-retreat-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jest unit tests

This folder contains a unit test template for Jest.

Configured to support ES6 syntax using Babel (preset es2015)

Installation

npm install

Running the tests

npm test

Or you can use built-in watch mode:

npm run test:watch

Show coverage

npm run test:cover

Note: coverage is also included in watch mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published