Akryum / peeky

A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
https://peeky.dev
MIT License
681 stars 17 forks source link

Inline test filters (skip, only, todo) #38

Closed Akryum closed 2 years ago

Akryum commented 2 years ago

Allows manually excluding tests inside a suite, for example: test.only('...', () => {})