Skip to content

natserract/unit-test-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Unit Test Using Pure Javascript

Learn how automated JavaScript testing works by building your own unit testing framework!

Required packages:

  • nodemon
  • babel-cli

Order of material:

  1. index.js
  2. utils.js
  3. utils.test.js
  4. mock.test.js

The files are intended to test the utils module.

To run the files, run npm run test-watch.

For the global one, run npm run global-test-watch

About

๐Ÿš€ Build your own Jest using pure Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •