- Return value of assertion must strictly equal false for test to fail #3
- Add browser field to package.json
- Update coffee-script and mocha peer dependency
- Update all dependencies
- Updated mocha peer dependency
- fixed undefined error in test label
- added
Then.only
for deferred tests - added async
Whens
andInvariants
- added mocha-given interface for tests running in a browser
- removed useless dependencies
- fixed async
Thens
- remove expect.js dependency
- Add
Invariant
When
has same syntax and logic asGiven
- added more tests
- execute all
Givens
before theWhens
- added given when then execution order tests
- fixed scope errors my mochas "shared behaviour"
- added support for async
Then
with a done callback
- fixed
And
- Added
And
- fixed broken export
- export MochaGivenSuite to allow it being automatically loaded by mocha
- Added
Then.only
- Initial version with
Given
,When
, andThen