forked from cmditch/elm-bigint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test dependencies to support newer test runner
Running the latest version of elm-test-rs on this project failed with the following error message: ``` Error: Failed to solve dependencies for tests to run Caused by: This version of elm-test-rs only supports elm-explorations/test 2.0.0 <= v < 3.0.0, but you have 1.1.0 <= v < 2.0.0 in your dependencies ``` The commit updates the dependencies to enable running tests with the latest version of elm-test-rs Changes in the API of the test framework required adaption of the test code. For details on changes in the test framework, see: + elm-explorations/test@e3584bd (elm-explorations/test#46, elm-explorations/test#224) + elm-explorations/test@9aa32d9 (elm-explorations/test#48) + elm-explorations/test@387aa2d (elm-explorations/test#157)
- Loading branch information
Showing
2 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters