Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nightwatchjs/chai-nightwatch

Expect assertion interface for Nightwatch.js based on chaijs
https://github.com/nightwatchjs/chai-nightwatch

Merge branch 'master' of github.com:chaijs/chai

* 'master' of github.com:chaijs/chai:
giving members a no-flag assertion
Code review comment...

30784962da693b2bae159dd74c12dfe02eca7d37 authored over 11 years ago by Jake Luer <[email protected]>
test: [assert] deep equal ordering

e5e3a4fa426316b7391e62a851505a7402a0c6ab authored over 11 years ago by Jake Luer <[email protected]>
Merge pull request #153 from NickHeiner/array-assertions

Adding members and memberEquals assertions

387ee318b8a67f449baf0f6f0fdfdbe0b6acb21e authored over 11 years ago by Jake Luer <[email protected]>
giving members a no-flag assertion

244fa51336329182bfc2600cfd1daac676ad207c authored over 11 years ago by Nick Heiner <[email protected]>
Code review comments - changing syntax

22e2a78a4ed68c7de447ad6c8d78fac4f679265a authored over 11 years ago by Nick Heiner <[email protected]>
Code review comments

4ea9185e9eb78f5a3ca271b2aae6d2f7a2665eda authored over 11 years ago by Nick Heiner <[email protected]>
Adding members and memberEquals assertions for checking for subsets and set equality. Implements chaijs/chai#148.

078da00be36fbf665f8c2959939d59a96cdb6b2f authored over 11 years ago by Nick Heiner <[email protected]>
Merge pull request #140 from RubenVerborgh/function-prototype

Restore the `call` and `apply` methods when adding a chainable method

039d8c66557cd5717d4554d3a38a5233e371a001 authored almost 12 years ago by Jake Luer <[email protected]>
Restore the `call` and `apply` methods of Function when adding a chainable method.

This was broken on platforms that have `__proto__` support.
Details at https://github.com/chaijs...

caf2a151c0a4961dde185f8c7f88484c4899ac4e authored almost 12 years ago by Ruben Verborgh <[email protected]>
readme: 2013

baf576db4e738b886dde1f10a3bb9633b06f9f0b authored almost 12 years ago by Jake Luer <[email protected]>
notes: migration notes for deep equal changes

48ce1e5928459101a6bdf98c5a76759888c36b2e authored almost 12 years ago by Jake Luer <[email protected]>
test: for ever err() there must be a passing version

4db0b20c5780c6d2e5f60de09827d7cb3d41951b authored almost 12 years ago by Jake Luer <[email protected]>
Release 1.5.0

ab4bd0e76f7d6f95879395fab980dfcb4cadeb57 authored almost 12 years ago by Jake Luer <[email protected]>
docs: add Release Notes for non-gitlog summary of changes.

5cfd37df18b83d3bc20a154adfec3fd2d9f09088 authored almost 12 years ago by Jake Luer <[email protected]>
lib: update copyright to 2013

fc24e982462f285f2ca944fd489734018ea6f54e authored almost 12 years ago by Jake Luer <[email protected]>
Merge branch 'refactor/travis'

* refactor/travis:
makefile: remove test-component for full test run
pkg: script test now ru...

a841833d584d2afa74babb9500fe206100a7deb7 authored almost 12 years ago by Jake Luer <[email protected]>
makefile: remove test-component for full test run

Bug in component prevents build on node >= 0.6.x. Would prefer to
keep travis test support for n...

3a11b9a32d2fb124c9b66f9e49dc403fa8ee771b authored almost 12 years ago by Jake Luer <[email protected]>
pkg: script test now runs make test so travis will test browser

464cc7a5b099cb7fbeb695fe6b49881fc0f2aa46 authored almost 12 years ago by Jake Luer <[email protected]>
browser: build

3580ba126da97c49f54f86575774cb214d1420af authored almost 12 years ago by Jake Luer <[email protected]>
tests: refactor some tests to support new objDisplay output

6ccbd03780534e4631d6f55516f52422fbe92a09 authored almost 12 years ago by Jake Luer <[email protected]>
test: [bootstrap] normalize boostrap across all test scenarios

364939ef15e47c3e264aae0b3e6f3e78d236ffc9 authored almost 12 years ago by Jake Luer <[email protected]>
assertions: refactor some assertions to use objDisplay instead of inspect

163c3c614bd9bf26afb384d851d99215389f9c5b authored almost 12 years ago by Jake Luer <[email protected]>
util: [objDisplay] normalize output of functions

2e8e2ce145f99521cd21913410ccd92c4bda34d6 authored almost 12 years ago by Jake Luer <[email protected]>
makefile: refactor for full build scenarios

f102d7fcc410c5635876c6797a2bcb8071096dab authored almost 12 years ago by Jake Luer <[email protected]>
component: fix build bug where missing util:type file

388bebfc67b5039d43df0775cac40fbbde81b28f authored almost 12 years ago by Jake Luer <[email protected]>
assertions: [throw] code cleanup

475b1f20f03393b34f1e83b3013cc0a943c34027 authored almost 12 years ago by Jake Luer <[email protected]>
Merge branch 'refactor/typeDetection'

* refactor/typeDetection:
browser: build
makefile: chai.js is .PHONY so it builds every time...

b52697e801a55a70a4df941c7d802a33a1cd0de1 authored almost 12 years ago by Jake Luer <[email protected]>
browser: build

061a0df3a48ae83b63ab038f1b9d1b539d3ef715 authored almost 12 years ago by Jake Luer <[email protected]>
makefile: chai.js is .PHONY so it builds every time

53cab5e7bacef73e5ff124c9d426d3cac9182e2e authored almost 12 years ago by Jake Luer <[email protected]>
test: [expect] add arguments type detection test

8ae89cd72d5405fa919126e6f74f0d4d294ce921 authored almost 12 years ago by Jake Luer <[email protected]>
core/assertions: [type] (a/an) refactor to use type detection utility

37098ed9c99c90fc226e34407a1c809f944098ce authored almost 12 years ago by Jake Luer <[email protected]>
util: add cross-browser type detection utility

8286612c83a54750148aed582f809b7072b0224c authored almost 12 years ago by Jake Luer <[email protected]>
Merge branch 'feature/component'

* feature/component:
browser: build
component: add component.json file
makefile: refactor ...

31f2c768db4187bc7dc7ee8dbb968b273b3c7345 authored almost 12 years ago by Jake Luer <[email protected]>
browser: build

53b12e007378cf721080805f1a2562b41fb3be45 authored almost 12 years ago by Jake Luer <[email protected]>
component: add component.json file

88e1a19aba3c7b466f924171ea35de6505576f59 authored almost 12 years ago by Jake Luer <[email protected]>
makefile: refactor for fine grain control of testing scenarios

f3b3eafdf67cdfca908731325d15e1bdb63e0aab authored almost 12 years ago by Jake Luer <[email protected]>
test: add mochaPhantomJS support and component test file

398964d75bdc4ab080ad1ff9fc3d7ea37920f4dc authored almost 12 years ago by Jake Luer <[email protected]>
deps: add component and mocha-phantomjs for browser testing

7448291033d0d3c4f608c2c6c88741ce081b819e authored almost 12 years ago by Jake Luer <[email protected]>
ignore: update ignore files for component support

48a675daed77dfe0bb1637e938b998828e5be5a1 authored almost 12 years ago by Jake Luer <[email protected]>
travis: run for all branches

14007b93d2eb30f3c485425d3c3342ed0d9bfebe authored almost 12 years ago by Jake Luer <[email protected]>
Merge branch 'feature/showDiff'

* feature/showDiff:
test: [Assertion] configruable showDiff flag. Closes #132
lib: [Assertio...

ff9005caa86bfb642d742bc1ad8685d24baf8c7e authored almost 12 years ago by Jake Luer <[email protected]>
test: [Assertion] configruable showDiff flag. Closes #132

3e8e9dea49bd2f47952aef9c7f8c68e85812d22a authored almost 12 years ago by Jake Luer <[email protected]>
lib: [Assertion] add configurable showDiff flag. #132

f5cf2c2f5aa23c4ffcb6a1c4e78cf11ec71c44a2 authored almost 12 years ago by Jake Luer <[email protected]>
Merge branch 'feature/saucelabs'

* feature/saucelabs:
browser: build
support: add mocha cloud runner, client, and html test p...

d8f01c0f366f7de67f4f129bc18e1d879ec3d8b6 authored almost 12 years ago by Jake Luer <[email protected]>
Merge branch 'master' into feature/saucelabs

* master:
Fix issue #137, test message existence by using message!=null rather than using mess...

30b48bd4c53ec789f1884bfb814af1d9cee7ba60 authored almost 12 years ago by Jake Luer <[email protected]>
browser: build

985f53b8fe0e53371cccd129acde730e22ad0b1b authored almost 12 years ago by Jake Luer <[email protected]>
support: add mocha cloud runner, client, and html test page

87b0a44ecc59f73464abec9fc3e39ec8bd937728 authored almost 12 years ago by Jake Luer <[email protected]>
test: [saucelabs] add auth placeholder

654bb8f90b5fba33bd954a2c4600a5d45aec4b63 authored almost 12 years ago by Jake Luer <[email protected]>
deps: add mocha-cloud

59f1b341c0e031422140733bbb10ce351fc6a3f3 authored almost 12 years ago by Jake Luer <[email protected]>
Merge pull request #136 from whatthejeff/message_fix

Fixed backwards negation messages.

e619f98999c31ab700b2cb36a01d871ebeb5b37e authored almost 12 years ago by Jake Luer <[email protected]>
Merge pull request #138 from timnew/master

Fix defect #137 assertThrow always passes when message is empty

ba323f67a24161f66a48c5038403720eaed77da3 authored almost 12 years ago by Jake Luer <[email protected]>
Fix issue #137, test message existence by using message!=null rather than using message

91d2805393e890337cdd0e710b7e38c262b58d57 authored almost 12 years ago by DD <[email protected]>
Fixed backwards negation messages.

4033c14f01d7cbf7141786d00f116938e30b50ae authored almost 12 years ago by Jeff Welch <[email protected]>
Merge pull request #133 from RubenVerborgh/throw

Fix assertions on functions that throw primitives

02ed69e1d05ebcd55d6d4edf2a3be642efe7cb8b authored almost 12 years ago by Jake Luer <[email protected]>
Functions throwing strings can reliably be tested.

9bcc5e7f08b87446b68cf39cbaff8eee6dfeb0d5 authored almost 12 years ago by Ruben Verborgh <[email protected]>
Merge pull request #131 from RubenVerborgh/proto

Use __proto__ if available

70e35937725a43b81dc13e4aab5afb5530d75416 authored almost 12 years ago by Jake Luer <[email protected]>
Cache whether __proto__ is supported.

4b90c17e05dcbca516089850d32a2dfc7c8d2a60 authored almost 12 years ago by Ruben Verborgh <[email protected]>
Use __proto__ if available.

514dd6ce466d7b4110b38345e4073d586c017f3f authored almost 12 years ago by Ruben Verborgh <[email protected]>
Determine the property names to exclude beforehand.

ccb2ac85a4a40dae95f13993a7ba97ea19f69b4f authored almost 12 years ago by Ruben Verborgh <[email protected]>
Merge pull request #126 from RubenVerborgh/eqls

Add alias eqls for eql

977afb7c346bb780d985a1ae12de8455626d9280 authored about 12 years ago by Jake Luer <[email protected]>
Add alias eqls for eql.

7c319f099f802ff49242b6d4ef849678d0955b11 authored about 12 years ago by Ruben Verborgh <[email protected]>
Use inherited enumerable properties in deep equality comparison.

Fixes #120.

0fe68b021c9c06e01ec20e1e6ea60cfa57090c11 authored about 12 years ago by Domenic Denicola <[email protected]>
Show inherited properties when inspecting an object.

730a12baa69a783a9bb7adbe4e883d40dae289d8 authored about 12 years ago by Domenic Denicola <[email protected]>
Add new getProperties and getEnumerableProperties utils.

fe45a2d66751296a27b9f207ba93d8cf43ad01b7 authored about 12 years ago by Domenic Denicola <[email protected]>
Release 1.4.2

d3de8cb4ed14ed6e0f50ec059a028ad3205e1daa authored about 12 years ago by Jake Luer <[email protected]>
browser build: (object diff support when used with mocha) #106

64db0cd21c494ec1f99ff8283f84b4b980e213cb authored about 12 years ago by Jake Luer <[email protected]>
test: [display] array test for mocha object diff

4582d700b0882caa42f64d2da8b9329fb43d591e authored about 12 years ago by Jake Luer <[email protected]>
browser: no longer need different AssertionError constructor

bc71605462ec943729ddaaeb510fbb5d44c8714a authored about 12 years ago by Jake Luer <[email protected]>
Release 1.4.1

4279bca19b6dcb8d153a7e3229f5752a86d77382 authored about 12 years ago by Jake Luer <[email protected]>
showDiff: force diff for equal and eql. #106

49a465517331308695c3d8262cdad42c3ac591ef authored about 12 years ago by Jake Luer <[email protected]>
showDiff: force true for equal and eql

972258cdff309abd9aa3c5937da128bfa571354b authored about 12 years ago by Jake Luer <[email protected]>
test: [expect] type null. #122

3aa71e77cff8f2dbe1ea82eab1420b27157ea797 authored about 12 years ago by Jake Luer <[email protected]>
Merge pull request #115 from eshao/fix-assert-Throw

FIX/TST: assert.Throw should check error type/message

999ca7092318662e12b81518c93512ada6558a63 authored about 12 years ago by Jake Luer <[email protected]>
FIX: assert.Throw checks error type/message

cdcca4f5f641b72ce9a87bd2c91246fda6faf215 authored about 12 years ago by Edwin Shao <[email protected]>
TST: assert.Throw should check error type/message

Currently, assert.Throw will not take into account the expected
error type or message passed in....

f438d37e44c9d0c2d6f810c082f752f6fcc9de38 authored about 12 years ago by Edwin Shao <[email protected]>
Release 1.4.0

b2642cfb80692f69281321fb760c84956d8569a0 authored about 12 years ago by Jake Luer <[email protected]>
pre-release browser build

a3e036ae43ee985972e70cf2418b2c01ebf1e015 authored about 12 years ago by Jake Luer <[email protected]>
clean up index.js to not check for cov, revert package.json to use index.js

0b8fff789f7df41da7dbc19426d8842dd284aa18 authored about 12 years ago by Jake Luer <[email protected]>
convert tests to use new bootstrap

86fe576d569ba9687888a05460fc1aa598377e67 authored about 12 years ago by Jake Luer <[email protected]>
refactor testing bootstrap

5e07b04fdb5cd68e42718425f2ddaf0c1bb94832 authored about 12 years ago by Jake Luer <[email protected]>
use spaces (not tabs). Clean up #114

220aa883860f7aa51883e93f606f32845c095e02 authored about 12 years ago by Jake Luer <[email protected]>
Merge pull request #114 from trantorLiu/master

Add most() and least() to the API

d6d41a5259709e8eeef21a6bec2ed7d75d27f101 authored about 12 years ago by Jake Luer <[email protected]>
Add most() (alias: lte) and least() (alias: gte) to the API with new chainers "at" and "of".

The new chainers can be used with least() and most().
Examples:
expect(5).to.be.at.least(5);
(5...

0422f071a4210a450774b25af37456529eb43b9b authored about 12 years ago by Chun-Yi <[email protected]>
Change `main` to ./lib/chai. Fixes #28.

8fadc4b0a100029e28a2d582c9f090123b0de489 authored about 12 years ago by Domenic Denicola <[email protected]>
Merge pull request #104 from connec/deep_equals_circular_references

Added support (and tests) for circular references when checking deep (in)equality.

0ce651c7766bc97e830bc5f8ee2b3106afbd0727 authored about 12 years ago by Jake Luer <[email protected]>
Merge pull request #109 from nnarhinen/patch-1

Check for 'actual' type

46729a86bc18b8c9bdbebcf6069106f5bd797fca authored about 12 years ago by Jake Luer <[email protected]>
Check for 'actual' type

At least on Node.js actual property isn't correctly populated because of strict string comparison.

24d4991194351e12adcdebc8e539f5ee8d4da0b6 authored about 12 years ago by Niklas Närhinen <[email protected]>
Added support for circular references when checking deep (in)equality.

3d05feee328fffcd0e37afa3ec06cdb59034d610 authored about 12 years ago by Chris Connelly <[email protected]>
Release 1.3.0

87880253629ab76ad9a1912139a54341514828d1 authored over 12 years ago by Jake Luer <[email protected]>
browser build w/ folio >= 0.3.4. Closes #99

f41bf37773812cb5689a077d1026021a9dacd0b4 authored over 12 years ago by Jake Luer <[email protected]>
add back buffer test for deep equal

d9758753a21405b37006ce957b4862f847d6caeb authored over 12 years ago by Jake Luer <[email protected]>
do not write flags to assertion.prototype

ac52bd12b32fdf790707872be4afe16fbcd084ca authored over 12 years ago by Jake Luer <[email protected]>
remove buffer test from expect

a2e8d2ce0ff434c501fb617730a2bb9ef252f3cf authored over 12 years ago by Jake Luer <[email protected]>
browser build

3b0e26f4b867a2f3aa2f86ab44bd121d19992d69 authored over 12 years ago by Jake Luer <[email protected]>
improve documentation of custom error messages

beeeac2da5b2837e070aa05710137fc48da394d7 authored over 12 years ago by Jake Luer <[email protected]>
Merge branch 'master' of git://github.com/Liffft/chai into Liffft-master

* 'master' of git://github.com/Liffft/chai:
Cleaning up the js style…
expect tests now inclu...

ca18882362d1e2cfdba67f931a3de1e7cadb8f4e authored over 12 years ago by Jake Luer <[email protected]>
browser build

ff3bbc22d4a1cc85bb652fab869a8a033c8fae52 authored over 12 years ago by Jake Luer <[email protected]>
improved buffer deep equal checking

9dd85eabd3911d115550c851f5e22eecaaf37944 authored over 12 years ago by Jake Luer <[email protected]>
mocha is npm test command

2c4828932de6a727d6086418f109afb2be0e9e49 authored over 12 years ago by Jake Luer <[email protected]>
Cleaning up the js style…

I've been writing too much coffeescript!

00b2ed38404b38e16dab31cfb97f47a24dcd5749 authored over 12 years ago by Scott Nonnenberg <[email protected]>