From c60e33145232fd2f52840b1681b52fb4c00f0dca Mon Sep 17 00:00:00 2001 From: Denis Bardadym Date: Thu, 11 Aug 2016 12:36:25 +0300 Subject: [PATCH] Update Readme.md --- Readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 892752e..8842fd3 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -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