Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Rapid Testing with Vitest, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:43
    Introduction to Vitest
  • Урок 2. 00:03:19
    How to Install Vitest
  • Урок 3. 00:02:56
    Your First Test
  • Урок 4. 00:03:25
    Improve the Sum Function
  • Урок 5. 00:02:07
    A Deep Merge Function - The Goal
  • Урок 6. 00:04:08
    Handle and Test a Shallow Merge
  • Урок 7. 00:03:45
    Refactor for Deep Merge without Breaking Existing Tests
  • Урок 8. 00:05:05
    Expect for Errors In Tests
  • Урок 9. 00:02:15
    Snapshots in Vitest
  • Урок 10. 00:02:47
    How to Update Snapshots
  • Урок 11. 00:03:06
    Inline Snapshots in Vitest
  • Урок 12. 00:01:12
    Intro to Mocking and Spying
  • Урок 13. 00:02:34
    Spying Side Effects with Vitest
  • Урок 14. 00:03:36
    The Spy Instance
  • Урок 15. 00:04:27
    Mock JavaScript Modules with Vitest
  • Урок 16. 00:01:49
    Mocking Time in Vitest
  • Урок 17. 00:03:53
    Mocking Timers in Vitest
  • Урок 18. 00:05:57
    Mocking Network Requests in Vitest
  • Урок 19. 00:01:50
    Extra: Setup File