-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests create a new "trees 20241231012345.csv" file in "~/Downloads" #1047
Comments
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 |
so we don't download the actual file
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: