Part 3: Testing SvelteKit Features
This part takes a glance at some specific features that require careful testing. These chapters aren’t sequential as in the previous parts. Instead, they are discussions on how you might approach your testing. The code samples included focus only on the novel pieces that haven’t been covered in previous chapters. You can always refer to the online repository for complete implementations.
This part has the following chapters:
- Chapter 14, Testing Authentication
- Chapter 15, Test-Driving Svelte Stores
- Chapter 16, Test-Driving Service Workers