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
We're using the relative paths in our codebase and we don't like it at all. We raised it before, but it seems OCLIF doesn't support it.
But as the project is getting bigger, I think we should support it on our side.
I tried on infrastructure-templates, and it works properly with some small changes. You can refer to this commit to see.
Just add one line of code in the execute files, and add modulePaths support for the jest config to run the test.
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered:
Why
But as the project is getting bigger, I think we should support it on our side.
infrastructure-templates
, and it works properly with some small changes. You can refer to this commit to see.modulePaths
support for the jest config to run the test.Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: