-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from outdooricon/master
Upgrade to Chai 3.0.0
- Loading branch information
Showing
2 changed files
with
4,088 additions
and
3,494 deletions.
There are no files selected for viewing
Submodule chai
updated
33 files
+1 −0 | .gitignore | |
+14 −3 | .travis.yml | |
+33 −0 | CONTRIBUTING.md | |
+186 −44 | History.md | |
+35 −22 | Makefile | |
+26 −55 | README.md | |
+305 −75 | ReleaseNotes.md | |
+25 −25 | bower.json | |
+4,260 −3,712 | chai.js | |
+0 −49 | component.json | |
+1 −1 | karma.conf.js | |
+7 −1 | lib/chai.js | |
+4 −3 | lib/chai/assertion.js | |
+7 −2 | lib/chai/config.js | |
+343 −47 | lib/chai/core/assertions.js | |
+227 −7 | lib/chai/interface/assert.js | |
+22 −1 | lib/chai/interface/expect.js | |
+24 −4 | lib/chai/interface/should.js | |
+2 −2 | lib/chai/utils/flag.js | |
+110 −0 | lib/chai/utils/getPathInfo.js | |
+6 −66 | lib/chai/utils/getPathValue.js | |
+63 −0 | lib/chai/utils/hasProperty.js | |
+13 −1 | lib/chai/utils/index.js | |
+3 −0 | lib/chai/utils/inspect.js | |
+1 −1 | lib/chai/utils/overwriteChainableMethod.js | |
+2 −2 | lib/chai/utils/transferFlags.js | |
+0 −45 | lib/chai/utils/type.js | |
+20 −11 | package.json | |
+91 −4 | test/assert.js | |
+0 −6 | test/bootstrap/karma.js | |
+239 −1 | test/expect.js | |
+171 −1 | test/should.js | |
+137 −2 | test/utilities.js |
Oops, something went wrong.