diff --git a/README.md b/README.md index 8d0c67b9..665b1250 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vitest-mock-extended](https://github.com/eratio08/vitest-mock-extended) - Type safe mocking extensions for Vitest. - [cypress-vite](https://github.com/mammadataei/cypress-vite) - Run Cypress specs using Vite. - [vitest-preview](https://github.com/nvh95/vitest-preview) - Visual debugging experience for Vitest. +- [vitest-fail-on-console](https://github.com/thomasbrodusch/vitest-fail-on-console) - Utility to make vitest tests fail when console.error() or console.warn() are used.