Skip to content

A few practical tests for JS functions using the Jest library, following the AAA pattern and putting in practice the TDD approach.

License

Notifications You must be signed in to change notification settings

luigirazum/mv-testing-practice

Repository files navigation

mv-testing-practice 👨‍💻

This repo is an exercise in which we will write a few practical tests for JavaScript functions using the Jest library.

  • We have to make sure we follow the AAA pattern to make our tests easier for other developers to read and understand.
  • You will also try to use the TDD approach in practice.

Learning objectives

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

About

A few practical tests for JS functions using the Jest library, following the AAA pattern and putting in practice the TDD approach.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published