Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Get rid of chai and other dependencies in favor of must #22

Merged
merged 4 commits into from
Nov 21, 2014
Merged

Conversation

mstade
Copy link
Owner

@mstade mstade commented Nov 8, 2014

Must is a much nicer assertion library than chai. It's quite similar, but
has the benefit of not using accessor magic for assertions, making it less
likely you'll write tests that come back to bite you.

This commit ports all tests to use must instead of chai.

Must is a much nicer assertion library than chai. It's quite similar, but
has the benefit of not using accessor magic for assertions, making it less
likely you'll write tests that come back to bite you.

This commit ports all tests to use must instead of chai.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 22a2956 on must into b03ac88 on master.

mstade added a commit that referenced this pull request Nov 21, 2014
Get rid of chai and other dependencies in favor of must
@mstade mstade merged commit e2130c9 into master Nov 21, 2014
@mstade mstade deleted the must branch November 21, 2014 23:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants