cmditch / elm-bigint

An elm implementation of the BigInt paradigm.
MIT License
15 stars 4 forks source link

Update test dependencies to support newer test runner #3

Open Viir opened 8 months ago

Viir commented 8 months ago

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 changes in this pull request update 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: