Closed Akryum closed 2 years ago
Implement an implicit test suite if no describe() is used. Useful to be more compatible with Jest.
describe()
Peeky will now allow test, before, beforeAll, etc. directly in the test file without any describe() call.
test
before
beforeAll
https://github.com/Akryum/peeky/releases/tag/v0.8.3
Implement an implicit test suite if no
describe()
is used. Useful to be more compatible with Jest.