Why are you storing your code in `/Library/Applica...
# e2e-testing
a
Why are you storing your code in
/Library/ApplicationSupport
? I'm not sure if that's what's causing the issue, but I would avoid storing user-generated documents in that directory. I keep all my code in
user/Documents/src
and try to avoid
user/Library
or
system/Library
as no-touch areas of my disk.