6383 Forks
42224 Stars
42224 Watchers

jest

Delightful JavaScript Testing.

How to download and setup jest

Open terminal and run command
git clone https://github.com/jestjs/jest.git
git clone is used to create a copy or clone of jest repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with jest https://github.com/jestjs/jest/archive/master.zip

Or simply clone jest with SSH
[email protected]:jestjs/jest.git

If you have some problems with jest

You may open issue on jest support forum (system) here: https://github.com/jestjs/jest/issues