If I create a template like this the follwing error occurs:
(node:672) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: EISDIR: illegal operation on a directory, read
(node:672) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
index.js
Also, the path option in the config file seems to have no effect when using templates, as it resets to ./src/components when run.
This is a great little tool and I'd love to use it... Our current setup dictates test files in a subfolder called
__test__
So the tree is as follows:
If I create a template like this the follwing error occurs:
Also, the path option in the config file seems to have no effect when using templates, as it resets to
./src/components
when run.