From fec2e5fc3ad6707999538eac7bd1a619ee4b74f9 Mon Sep 17 00:00:00 2001 From: Michel EDIGHOFFER Date: Fri, 10 Dec 2021 10:44:37 +0100 Subject: [PATCH 1/2] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68ea00fed1e..3450fe2bd45d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ A blazing fast unit test framework powered by Vite. - [Smart watch mode](#watch-mode), just like HMR for tests! - [Code coverage](#coverage) - [Sinon](https://sinonjs.org/) built-in for mocking -- [JSDOM](https://github.com/jsdom/jsdom) built-in for DOM and browser API mocking +- [JSDOM](https://github.com/jsdom/jsdom) AND [happy-dom](https://github.com/capricorn86/happy-dom) built-in for DOM and browser API mocking - Components testing ([Vue example](./test/vue), [React example](./test/react)) - Async suite / test, top level await - ESM friendly From c01ba8970375fec2cdc3cdb8603a53c31467b601 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 10 Dec 2021 17:47:36 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3450fe2bd45d..af37b952d5c8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ A blazing fast unit test framework powered by Vite. - [Smart watch mode](#watch-mode), just like HMR for tests! - [Code coverage](#coverage) - [Sinon](https://sinonjs.org/) built-in for mocking -- [JSDOM](https://github.com/jsdom/jsdom) AND [happy-dom](https://github.com/capricorn86/happy-dom) built-in for DOM and browser API mocking +- [JSDOM](https://github.com/jsdom/jsdom) and [happy-dom](https://github.com/capricorn86/happy-dom) built-in for DOM and browser API mocking - Components testing ([Vue example](./test/vue), [React example](./test/react)) - Async suite / test, top level await - ESM friendly