Currently all the fixtures in the `__testfixtures__/` sub-direcrtories are [ignored](https://github.com/rwjblue/codemod-cli/blob/b264eafa693989be3299f41b359630baf2b202da/src/test-support.js#L26) by test helpers, so you have to keep all your fixtures flattened. I think it's better to allow nested directories by switching to something like `walkSync`. Makes sense?
Currently all the fixtures in the
__testfixtures__/sub-direcrtories are ignored by test helpers, so you have to keep all your fixtures flattened.I think it's better to allow nested directories by switching to something like
walkSync. Makes sense?