Closed emiel closed 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.
test-unit
spec
Addresses #188
I've rebased this branch and all checks pass now. Let me know if any additional work is required.
Since the checks pass, let's merge this and ❇️ see what happens
Prefer using the
test-unit
library overspec
. The majority of tests are written usingtest-unit
already and we'd like to standardize on it. The "booleans" concept exercise is the only one using spec.Addresses #188