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

remove the custom test runner and use elm-test #177

Closed harrysarson closed 2 years ago

harrysarson commented 2 years ago

Deletes a lot of code

harrysarson commented 2 years ago

@lydell is this the correct way to install elm-test? I forget if I shoukld use elm-tooling or not

lydell commented 2 years ago

Yes, that’s the correct way!