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
Whenever I run npm run test, a new file "trees 20241231012345.csv" is created in my downloads folder. I guess it('has the correct filename') test in data-template.spec.js is the culprit.
The text was updated successfully, but these errors were encountered:
I actually noticed something along these lines while working on #671. When I run tests using Vitest on my local branch, a CSV file ends up being created in the repo (I'm pretty sure the same one). I didn't realize it had an effect even today under Karma. I fixed the issue in my local branch, I think by calling event.preventDefault() in the test. I'll go ahead and pull out that change into its own PR, since we can see that it's an issue even today.
Whenever I run
npm run test
, a new file "trees 20241231012345.csv" is created in my downloads folder. I guessit('has the correct filename')
test indata-template.spec.js
is the culprit.The text was updated successfully, but these errors were encountered: