Wednesday
Room 2
11:40 - 12:40
(UTC+01)
Talk (60 min)
Mocking in Front-end and Back-end TypeScript Tests
When the goal is unit testing, it's common to swap out dependencies with fake pieces to give more control and to make tests run faster.
JavaScript
Testing
In this code-focused tour, we’ll systematically analyze the test scenarios we want to build, then live-code mocks in two scenarios: Express and Vue. It’s easy to gain value and speed once you know how.