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

Convert Elm time travel debugger export to an Elm test #193

Open Janiczek opened 2 years ago

Janiczek commented 2 years ago

Screenshot 2022-08-19 at 15 40 17

This seems like a good idea. We could have a tool that converts the JSON to some Elm code that runs the update function etc.

avh4 commented 2 years ago

I should probably steal this for elm-program-test too 😄