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

Tests file without describe #41

Closed Akryum closed 2 years ago

Akryum commented 2 years ago

Implement an implicit test suite if no describe() is used. Useful to be more compatible with Jest.

Akryum commented 2 years ago

Peeky will now allow test, before, beforeAll, etc. directly in the test file without any describe() call.

Akryum commented 2 years ago

https://github.com/Akryum/peeky/releases/tag/v0.8.3