elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
237 stars 39 forks source link

Upgrade find-parent-dir to 0.3.1 #180

Closed anmolitor closed 2 years ago

anmolitor commented 2 years ago

When using node 16+ a annoying warning is displayed after executing elm-test in the command line. This happens because of the dependency "find-parent-dir". The issue has been fixed upstream in the current version, so it would be nice if elm-test could upgrade the dependency.

See https://github.com/thlorenz/find-parent-dir/issues/8

anmolitor commented 2 years ago

I noticed that I opened this ticket in the wrong repository. https://github.com/rtfeldman/node-test-runner is the correct one. I'll close this issue then, sorry.