[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: update readme (#50)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>

authored by

Michel EDIGHOFFER
Anthony Fu
and committed by
GitHub
(Dec 10, 2021, 5:47 PM +0800) 940e16de c5082a7e

+1 -1
+1 -1
README.md
··· 29 29 - [Smart watch mode](#watch-mode), just like HMR for tests! 30 30 - [Code coverage](#coverage) 31 31 - [Sinon](https://sinonjs.org/) built-in for mocking 32 - - [JSDOM](https://github.com/jsdom/jsdom) built-in for DOM and browser API mocking 32 + - [JSDOM](https://github.com/jsdom/jsdom) and [happy-dom](https://github.com/capricorn86/happy-dom) built-in for DOM and browser API mocking 33 33 - Components testing ([Vue example](./test/vue), [React example](./test/react)) 34 34 - Async suite / test, top level await 35 35 - ESM friendly