Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
btd authored Aug 11, 2016
1 parent 12d9ec7 commit c60e331
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ AssertionError: expected { id: 10 } to be asset
expected { id: 10 } to have property path
```
## Additional projects
`should-sinon` - adds additional assertions for sinon.js
`should-immutable` - extends different parts of should.js to make immutable.js first-class citizen in should.js
`should-http` - adds small assetions for assertion on http responses for node only
`should-jq` - asserions for jq (need maintainer)
`karma-should` - make more or less easy to work karma with should.js
## Contributions
Expand All @@ -199,7 +207,7 @@ See also [CONTRIBUTING](./CONTRIBUTING.md).
Yes, yes it does, with a single getter _should_, and no it won't break your code, because it does this **properly** with a non-enumerable property.
Also it is possible use it without extension.
Also it is possible use it without extension. Just use `require('should/as-function')` everywhere.
## License
Expand Down

0 comments on commit c60e331

Please sign in to comment.