From 64017da0ee6b3266e334fed177dac055c4ffd017 Mon Sep 17 00:00:00 2001 From: Kazuma Oe Date: Tue, 4 Jan 2022 14:36:56 +0900 Subject: [PATCH] docs: fix the link to Components testing (#427) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c5761d5..41377fbaa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Read the [documentation](https://vitest.dev/). - [Native code coverage](#coverage) via [c8](https://github.com/bcoe/c8) - [Tinyspy](https://github.com/Aslemammad/tinyspy) built-in for mocking, stubbing, and spies. - [JSDOM](https://github.com/jsdom/jsdom) and [happy-dom](https://github.com/capricorn86/happy-dom) for DOM and browser API mocking -- Components testing ([Vue](./test/vue), [React](./test/react), [Lit](./test/lit), [Vitesse](./test/vitesse)) +- Components testing ([Vue](./examples/vue), [React](./examples/react), [Svelte](./examples/svelte), [Lit](./examples/lit), [Vitesse](./examples/vitesse)) - Workers multi-threading via [tinypool](https://github.com/Aslemammad/tinypool) (a lightweight fork of [Piscina](https://github.com/piscinajs/piscina)) - ESM first, top level await - Out-of-box TypeScript / JSX support -- 2.51.2