Skip to content

darqus/JEST

Repository files navigation

JEST

Jest is a delightful JavaScript Testing Framework with a focus on simplicity.

It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!

Documentation

Run all tests

$ yarn jest
# or
$ yarn run test

Run all tests with watch

$ jest -i --watchAll
# or
$ yarn run test:debug

Run different test

$ yarn jest getFixedNumber

Run different test with watch

$ yarn jest -i --watchAll getFixedNumber

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published