What's Changed
- Make
optionsandrecursionoptional in requireDir by @me-nkr in #3- now you can omit
recursionandoptionswhen using requireDir
- now you can omit
- Add
mocksandorderby @me-nkr in #4- now you can pass in mocks with both requieDir and requireFile
- you can set order of execution of files using
orderin options of requireDir
Full Changelog: v2.1.1...v2.2.0