exercism / purescript

Exercism exercises in PureScript.
https://exercism.org/tracks/purescript
MIT License
37 stars 32 forks source link

Port unit tests from spec to test-unit #198

Closed emiel closed 3 years ago

emiel commented 3 years ago

Prefer using the test-unit library over spec. The majority of tests are written using test-unit already and we'd like to standardize on it. The "booleans" concept exercise is the only one using spec.

Addresses #188

emiel commented 3 years ago

I've rebased this branch and all checks pass now. Let me know if any additional work is required.

SleeplessByte commented 3 years ago

Since the checks pass, let's merge this and ❇️ see what happens