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
236 stars 40 forks source link

Vendor the Queue module #198

Closed Janiczek closed 1 year ago

Janiczek commented 1 year ago

This is to prevent issues with testing user code that uses newer versions of turboMaCk/queue than the test library has. This is not a problem currently, but it's a potential problem in the future. Let's minimize the number of 3rd party deps we have!

(Thanks to @mpizenberg for making me aware of this)