Commit graph

960 commits

Author SHA1 Message Date
Jérémie Astori
9e14164b67 Make throws aliases consistent across examples and definitions 2015-07-18 23:14:45 +00:00
Jérémie Astori
11aa743472 Add aliases (and tests) for assert.ok and assert.notOk to match the other isSomething assertions 2015-07-18 23:14:45 +00:00
Jérémie Astori
40dc848842 Add tests for frozen, sealed and extensible aliases 2015-07-18 23:08:12 +00:00
Jérémie Astori
ee573496d4 Add aliases to extensible, sealed and frozen properties for consistency 2015-07-17 23:30:45 +00:00
Jérémie Astori
3b980e5dd3 Fix docstring regarding assert.notFrozen 2015-07-17 23:30:03 +00:00
Keith Cirkel
9c7f6b6ac9 Merge pull request #486 from jluchiji/master
Added links to contribution guidelines to README
2015-07-17 17:06:23 +01:00
Denis Luchkin-Zhou
d1597ec47a Added links to contribution guidelines to README 2015-07-17 11:40:14 -04:00
Keith Cirkel
36873c6cbf Merge pull request #484 from couchand/patch-1
Add respondsTo and satisfies as aliases
2015-07-17 16:33:18 +01:00
Keith Cirkel
e4e439be70 Merge pull request #485 from jluchiji/master
Fixing a typo in the `getProperties()` utility
2015-07-17 16:31:31 +01:00
Denis Luchkin-Zhou
65180716d6 Fixing a typo in the getProperties() utility
...where `subject` should apparently be `object`.
2015-07-17 11:23:45 -04:00
Andrew Couch
802fa5e0bb Add respondsTo and satisfies as aliases 2015-07-17 11:14:17 -04:00
Keith Cirkel
6ee53e438a Merge pull request #482 from keithamus/reencrypt-travis-api-key
Re-encrypt travis API key
2015-07-16 22:55:26 +01:00
Keith Cirkel
8cefac8ebe Re-encrypt travis API key
https://twitter.com/Keithamus/status/621789900250193920
2015-07-16 22:53:59 +01:00
Keith Cirkel
9633cb19bc Merge pull request #481 from keithamus/release-3.1.0
chai@3.1.0
2015-07-16 22:05:45 +01:00
Keith Cirkel
6561fc29a4 chai@3.1.0 2015-07-16 22:02:04 +01:00
Keith Cirkel
5520c1690c Merge pull request #480 from bradcypert/NaN-support
Added tests and expectations for NaN. Ex: `expect(4).not.to.be.NaN;`
2015-07-16 21:35:01 +01:00
Brad Cypert
a5687a2648 Added support for NaN. Tests included. 2015-07-16 10:18:54 -07:00
Keith Cirkel
95a172bd5e Merge pull request #479 from matthewlucock/extensible-assertions
Assertions to test if objects are extensible.
2015-07-12 18:21:26 +01:00
matthewlucock
63a89f6967 Assertions to test if objects are frozen 2015-07-12 22:57:42 +10:00
matthewlucock
1486d41b96 Assertions to test if objects are sealed 2015-07-12 22:57:26 +10:00
matthewlucock
4c7926f5f0 Assertions to test if objects are extensible 2015-07-12 22:56:15 +10:00
Keith Cirkel
775281e138 Merge pull request #468 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-06-13 10:13:37 +01:00
Kevin Kirsche
d6b892f712 Remove moot version property bump from Makefile
Makefile
2015-06-12 07:28:34 -04:00
Kevin Kirsche
c7966248ef Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3

Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
2015-06-11 21:16:47 -04:00
Keith Cirkel
084a419d81 Merge pull request #461 from keithamus/release-3.0.0
chai@3.0.0
2015-06-04 00:24:59 +01:00
Keith Cirkel
4cdf8202c8 chai@3.0.0 2015-06-04 00:19:52 +01:00
Keith Cirkel
ce5b42ddeb Ensure to include all changed files in release task 2015-06-04 00:19:28 +01:00
Keith Cirkel
32704fc2c2 Update release procedure on CONTRIBUTING.md 2015-06-03 23:51:49 +01:00
Keith Cirkel
b0d4d35d05 Merge pull request #460 from keithamus/automate-release
Automate release process as much as possible
2015-06-03 23:43:04 +01:00
Keith Cirkel
f2112e82a6 Automate release process as much as possible 2015-06-03 23:39:55 +01:00
Keith Cirkel
3b17b33cf8 Remove trailing comma
Fixes #459
2015-06-03 21:23:34 +01:00
Keith Cirkel
8eab1e5f19 Merge pull request #458 from BinaryMuse/patch-1
Remove stray character in `assert.notInclude` docs
2015-06-01 20:41:34 +01:00
BinaryMuse
b5c597f7a2 Remove stray character in assert.notInclude docs 2015-06-01 11:57:32 -07:00
Keith Cirkel
66e6bb60af Merge pull request #456 from chaijs/3.x.x
3.x.x
2015-05-29 20:51:08 +01:00
David Losert
81b88f869b Replaced type.js with the "chaijs/type-detect" library. 2015-05-29 20:38:44 +01:00
root
3048c06f00 Assert ifError now throws the error passed in, to keep it consistent with node's assert.ifError 2015-05-29 20:37:29 +01:00
Keith Cirkel
57a5bfd6f2 Merge pull request #451 from csnover/browserify
Switch to use Browserify for builds
2015-05-29 20:17:14 +01:00
Keith Cirkel
0194948ef4 Merge pull request #454 from onefifth/undefined_property_value
Fix misleading .has.property assertions tests
2015-05-29 20:15:39 +01:00
⅕ Zander
91f57e9598 Add tests for undefined property error 2015-05-29 02:16:22 -04:00
⅕ Zander
0027d65a54 Don't rely on optional args value being implicitly undefined 2015-05-29 01:35:33 -04:00
Colin Snover
afc8aa1d50 Switch to use Browserify for builds
Fixes #362.
2015-05-27 13:04:16 +00:00
Keith Cirkel
e4286f81f4 Merge pull request #444 from chaijs/update-lengthof-docs
Update `lengthOf` examples
2015-05-13 09:13:10 +01:00
Keith Cirkel
e2fb33d3bd Merge pull request #419 from chaijs/bump-assertion-version
Bump assertion-error to 1.0.1
2015-05-13 09:07:37 +01:00
Keith Cirkel
dcca61d04e Update lengthOf examples 2015-05-13 09:05:00 +01:00
Keith Cirkel
d3696cafaf Quick version fix for length deprecation 2015-05-10 23:28:31 +01:00
Keith Cirkel
eb31f3d5e0 Merge pull request #429 from valscion/document-deprecation-plan-of-length
Add .length(value) deprecation warning to documentation
2015-05-10 23:27:14 +01:00
Keith Cirkel
95810569a2 Merge pull request #439 from thejameskyle/matches-alias
Add Assertion alias: matches => match
2015-05-05 17:09:49 +01:00
James Kyle
f1572d64d2 Add Assertion alias: matches => match. Resolves #438 2015-05-04 08:50:34 -07:00
Keith Cirkel
0a113fb88f Merge pull request #424 from astorije/astorije/minimalist-typo
Fix erroneous example in the docstring of the keys assertion
2015-05-03 11:59:02 +01:00
Keith Cirkel
6643c837d7 Merge pull request #401 from chaijs/add-readme-badges
Add README badges
2015-05-03 11:57:19 +01:00