From 0e1a6f351b795587f56d287fbb7f50e278ffb157 Mon Sep 17 00:00:00 2001 From: Taylor Sturtz <6409518+tsturtz@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:48:48 -0700 Subject: [PATCH] Simply making vitest-setup.js and vitest.setup.ts match in this one part of the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf0c9ce..82abbb3 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ the [`setupFiles`][vitest setupfiles] property in your vitest config: // In your own vitest-setup.js (or any other name) import '@testing-library/jest-dom/vitest' -// In vitest.config.js add (if you haven't already) -setupFiles: ['./vitest-setup.js'] +// In vitest.config.ts add (if you haven't already) +setupFiles: ['./vitest.setup.ts'] ``` Also, depending on your local setup, you may need to update your