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

Fix links to package.elm-lang.org #39

Closed rl-king closed 6 years ago

rl-king commented 6 years ago
mgold commented 6 years ago

Travis is complaining that src/Expect.elm is not formatted with elm-format, but this PR doesn't touch that file.

rl-king commented 6 years ago

Might be due to elm-format 0.8.1 (released last week) being used by travis now instead of 0.8.0.

Push here, or separate PR? (It's one line of whitespace 🙂)

mgold commented 6 years ago

If you want to reformat the codebase with the latest elm-format in another PR, that would be great. (Might be worth a larger discussion on pegging the elm-format version in CI; when a commit passes CI I expect it to pass a week later!)