You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I can set modulesPath variable to any location, for example: /client/imports/modules/, but when I create a component/container, tests are still being created under /client/modules/.
Tests should always follow the path of modules folder. The ideal scenario is to enable another setting on mantra-cli.yml:
testsPath = testsPath || modulesPaths.
That way, if I set a testsPath setting, mantra uses that path to generate tests. Otherwise, it uses modulesPath.
The text was updated successfully, but these errors were encountered:
Currently I can set modulesPath variable to any location, for example:
/client/imports/modules/
, but when I create a component/container, tests are still being created under/client/modules/
.Tests should always follow the path of modules folder. The ideal scenario is to enable another setting on
mantra-cli.yml
:testsPath = testsPath || modulesPaths.
That way, if I set a
testsPath
setting, mantra uses that path to generate tests. Otherwise, it usesmodulesPath
.The text was updated successfully, but these errors were encountered: