gleam test fails with vim swap files in test directory #62
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
x:module/test-runner
Work on Test Runners
This has been bedeviling me for a while.
I finally figured out it that it occurred while I was editing the test suite (in vim). The vim swap file is not an ASCII file, and it cannot be read as a module:
In exercism/test_runner.gleam, can we filter out hidden files?
Something like this naive filtering
The text was updated successfully, but these errors were encountered: