docs: update readme (#50)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
Michel EDIGHOFFER 2021-12-10 10:47:49 +01:00 committed by GitHub
parent c5082a7e4d
commit 940e16dec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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