Jest Do It: JavaScript Testing Fundamentals
Details
Learn how to get started with JavaScript automated testing with Jest.
From this webcast, you'll learn
- how test runner and assertion works by write a simple version from scratch
- how to assert dynamic behavior using Mock function
- how to mock API calls or non-deterministic code using mock
- how to utilize snapshot testing effectively
