Skip to content

ksugden/clean-code-2025-01-27

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created using...

npm init -y

npm install jest

...And then editing package.json to change the test block to...

  "scripts": {
    "test": "jest"
  },

Using the Project

Run tests using npm test

About

MT clean code course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%