Description
In this course, you will :
- Practical experience developing clean and relevant tests for JavaScript programmes.
- A working knowledge of the recommended practises for writing JavaScript tests.
- Working understanding of how to implement testing coverage needs in an application.
- Experience mimicking internal and external dependencies for testing.
- The usage of integrated test suites in conjunction with a CI/CD workflow.
- Configuration of a testing environment to meet your requirements.
Syllabus :
- Setting Up Jest
- Jest Matchers
- Writing Unit Tests
- Writing Snapshot Tests
- Asynchronous Code
- Mocking
- Mocking External Libraries
- Working with Jest Mocks
- Working with Jest Mocks
- Setup & Teardown
- Test Coverage & CI/CD Pipelines