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
Recently during dependencies update, I noticed several tests in my project started failing.
Digging deeper into which package was causing those failures, I found out that this change was the one responsible. I confirmed that by creating lang/.gitkeep in all modules, and the errors were gone.
I don't think creating such directory should be mandatory, because I don't use the module generator and I like keeping the project lean.
Steps To Reproduce:
Sorry, I can't think of any. I haven't tested if the app breaks or if it's just the tests.
The text was updated successfully, but these errors were encountered:
Versions:
Description:
Recently during dependencies update, I noticed several tests in my project started failing.
Digging deeper into which package was causing those failures, I found out that this change was the one responsible. I confirmed that by creating
lang/.gitkeep
in all modules, and the errors were gone.I don't think creating such directory should be mandatory, because I don't use the module generator and I like keeping the project lean.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: