Skip to content

Anchita/JestBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JestBasics

This practice is based on the examples available in the jest.io documentation

Install Jest npm install -save-dev jest

Add jest command in scripts In package.json add "test" : "jest" in scripts. This should allow you to run tests using command npm run test or npm test or npm t

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published