vitest icon indicating copy to clipboard operation
vitest copied to clipboard

Docs: features guide

Open patak-dev opened this issue 3 years ago • 3 comments
trafficstars

Review and complete sections of the features: guide https://preview.vitest.dev/guide/features.html

  • [ ] Shared config between test, dev and build
  • [x] Watch Mode by default
  • [ ] Smooth integration with UI Frameworks
  • [ ] Common web idioms out-of-the-box
  • [ ] ESM first
  • [x] Threads
  • [ ] Filtering
  • [ ] CLI filtering
  • [ ] Specifying a Timeout
  • [ ] Filtering
  • [ ] Running tests concurrently
  • [ ] Snaphot
  • [ ] Chai and Jest expect compatibility
  • [x] Mocking
  • [ ] Coverage

If you have knowledge about one of these topics, consider sending individual PRs for that sections

patak-dev avatar Dec 17 '21 07:12 patak-dev

I am working on mocking section


merged

sheremet-va avatar Dec 20 '21 10:12 sheremet-va

Working on threads!

Aslemammad avatar Jan 02 '22 07:01 Aslemammad

working on watch mode by default

Aslemammad avatar Jan 06 '22 08:01 Aslemammad