The notebook

Writing

Notes on software, systems, learning, and the parts of life that resist a tidy summary.

4 published notes
  1. TDD - Mocking vue-router with vitest

    In a TDD project using vitest, vue3, and vue-router, we encountered an error while running tests. This article explores the problem, analysis, and solution to effectively mock vue-router without introducing third-party libraries.