unional / ava-fixture

Fixture test for https://github.com/avajs/ava
MIT License
5 stars 1 forks source link

each() per file #19

Closed unional closed 7 years ago

unional commented 7 years ago

The currenteach() supports folders under the cases parent path.

For fixture (not baseline), it is beneficial to support per files also.

unional commented 7 years ago

Actually supported. readdirSync() reads both files and directories.