Skip to content

Bria222/Testing-practice

Repository files navigation

Testing-practice

Learning objectives

  • Write unit tests for a JavaScript app.
  • Use AAA pattern for unit tests.
  • Explain why testing code is important.

Getting Started with jest

<npm install --save-dev jest>

add jest to package.json { "scripts": { "test": "jest" } }

Finally, run or and Jest will print this message:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published