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

uncommon `Int` expectations handled unexpectedly #192

Open lue-bird opened 2 years ago

lue-bird commented 2 years ago

elm-test thinks Ints are Floats with

elm-test doesn't complain on

lue-bird commented 2 years ago

(This is a really niche issue which won't provide much use being addressed)