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

Add karma phantomjs launcher

75b2c85e1026302661fbf56c87fa458d429330ca authored almost 11 years ago by Veselin Todorov <[email protected]>
Use latest karma and sauce launcher

6daea5257f373e6b979923a19b8ee052605bdd7d authored almost 11 years ago by Veselin Todorov <[email protected]>
Karma tweaks

e974abdd26000e95c09afd0a584277059bc75a9e authored almost 11 years ago by Veselin Todorov <[email protected]>
Merge pull request #230 from jkroso/include

support `{a:1,b:2}.should.include({a:1})`

a01e40b2ccd384c12ba1034117543791a0aff9a2 authored almost 11 years ago by Veselin <[email protected]>
Merge pull request #237 from chaijs/coverage

Remove coveralls & generate coverage with istanbul

54a8b1152ab35104ea5d9573b3466b327b1718bf authored almost 11 years ago by Jake Luer <[email protected]>
Add coverage to npmignore

dd9faa4445cecf8b63fcb7575a61d13db60eefb1 authored almost 11 years ago by Veselin Todorov <[email protected]>
Remove lib-cov from test-travisci dependents

6b1771e08dd8b05be765c3400125a0c3b3ec7891 authored almost 11 years ago by Veselin Todorov <[email protected]>
Remove the not longer needed lcov reporter

9bf9d94aa741a7624017d97ba1eba11472f775f4 authored almost 11 years ago by Veselin Todorov <[email protected]>
Test coverage with istanbul

0d0b6f7d9894c051dd497330b4cc30da59299126 authored almost 11 years ago by Veselin Todorov <[email protected]>
Remove jscoverage

764d00e73cdad5f0149f6a87c9dfdb133f0a500e authored almost 11 years ago by Veselin Todorov <[email protected]>
Remove coveralls

e8eae4c0075b8302a794561b44a59b1c642764c4 authored almost 11 years ago by Veselin Todorov <[email protected]>
Merge pull request #226 from duncanbeevers/add_has

Add `has` to language chains

3835bed2a6e9886e97984451df9ff7f174a7d6e8 authored almost 11 years ago by Veselin Todorov <[email protected]>
Avoid error instantiation if possible on assert.throws

Given an error constructor as function, try to get the error name from
its prototype or itself b...

3741f0516d9eb1364b92b7d372a9d7e93d5700af authored almost 11 years ago by laconbass <[email protected]>
Merge pull request #231 from duncanbeevers/update_copyright_year

Update Copyright notices to 2014

1d0ce1354c643837166780b4b10cdfaba939b86f authored about 11 years ago by Veselin Todorov <[email protected]>
Update Copyright notices to 2014

ec3ccde2649f80cfe2ee00cbff5c1d5ec4713dfd authored about 11 years ago by Duncan Beevers <[email protected]>
handle negation correctly

acbf04dad2d96a59a0f4ba8f05fb178ed0bd0f88 authored about 11 years ago by Jake Rosoman <[email protected]>
add failing test case

75bb2b68f6e5cc2fea229e835561e90341c3a23b authored about 11 years ago by Jake Rosoman <[email protected]>
support `{a:1,b:2}.should.include({a:1})`

2715e95abc9b7d307b480553e5e3849298a2ce41 authored about 11 years ago by Jake Rosoman <[email protected]>
Merge pull request #224 from vbardales/master

Return error on throw method to chain on error properties

f3ebb09a5875080c984a81643fe3b75ec47657bf authored about 11 years ago by Veselin Todorov <[email protected]>
Add `has` to language chains

4ea26a7c6153762603b5ea36d14dc8f0a88978f6 authored about 11 years ago by Duncan Beevers <[email protected]>
Merge pull request #219 from demands/overwrite_chainable

Add overwriteChainableMethod utility

564af34f6fce17c196515222011e78405e3c9771 authored about 11 years ago by Jake Luer <[email protected]>
return error on throw method to chain on error properties, possibly different from message

2bb0ff2ab71aa0601f7a217b12d3951ff16a274c authored about 11 years ago by Virginie BARDALES <[email protected]>
util: store chainable behavior in a __methods object on ctx

270f9d92d95fda8adc0cf64586616eb5ca93630f authored about 11 years ago by Max Edmands <[email protected]>
util: code style fix

76ac685d5ac14301ea461ce36d96b0a1783b98af authored about 11 years ago by Max Edmands <[email protected]>
util: add overwriteChainableMethod utility (for #215)

21275259332e963eb69f5026ef9a70cba724d1c9 authored about 11 years ago by Max Edmands <[email protected]>
Merge pull request #217 from demands/test_cleanup

Make it possible to run utilities tests with --watch

0e560c6f3995428026463ab61942add73c30fd2c authored about 11 years ago by Jake Luer <[email protected]>
test: make it possible to run utilities tests with --watch

4ce3d420e2bd3fbab38b7fbcae390e73a0dd0924 authored about 11 years ago by Max Edmands <[email protected]>
makefile: change location of karma-runner bin script

1654808e597839b9eebc2fb1d7285cb5a4ea644b authored about 11 years ago by Jake Luer <[email protected]>
Merge pull request #202 from andreineculau/patch-2

test: add tests for throwing custom errors

f82f43f599ae55f8498a5377be66fec1035bb955 authored about 11 years ago by Jake Luer <[email protected]>
test: add tests for throwing custom errors

b1c7d710a499b309c94c4a6cea46479ddf4fa4f1 authored about 11 years ago by Andrei Neculau <[email protected]>
Merge pull request #201 from andreineculau/patch-1

core: improve message for assertion errors (throw assertion)

1a4d35dc31daa18a89b98457e22a5baa60e58894 authored about 11 years ago by Jake Luer <[email protected]>
test: updated for the new assertion errors

e174212d0f0bd06c31210f0864ccbf9d1bcaec9a authored about 11 years ago by Andrei Neculau <[email protected]>
core: improve message for assertion errors (throw assertion)

d8529e4bf9054b9f5c2f1767c98cbea90096f51f authored about 11 years ago by Andrei Neculau <[email protected]>
Release 1.8.1

4b51ea75484eae9225a4330d267f5e231f208ed0 authored about 11 years ago by Jake Luer <[email protected]>
pkg: update deep-eql version

57922ac0c13a94ea0671054c118d10d94eaa4a88 authored about 11 years ago by Jake Luer <[email protected]>
Release 1.8.0

984622a4ea0d234536be6343268fb8a1b545005d authored over 11 years ago by Jake Luer <[email protected]>
test: [sauce] add a few more browsers

a158ca3153cb601c3f3a03e5204a1c0b39e3d9da authored over 11 years ago by Jake Luer <[email protected]>
Merge branch 'refactor/deep-equal'

- Closes #156
- Closes #182
- Closes #192
- Closes #194

8fd42281210d0d92effdf0ed110056590f76e364 authored over 11 years ago by Jake Luer <[email protected]>
util: remove embedded deep equal utility

89c390fe36614da0d49a196099866456ea9646b7 authored over 11 years ago by Jake Luer <[email protected]>
util: replace embedded deep equal with external module

f1e7c574c6601f0909073b0b4d51f02b9eef8f44 authored over 11 years ago by Jake Luer <[email protected]>
Merge branch 'feature/karma'

c00707b59e514a71d7b930d873d71103c00dcc02 authored over 11 years ago by Jake Luer <[email protected]>
docs: add sauce badge to readme [ci skip]

d7100b63b1ebddd0b02c87b0c209a110ee3ed42b authored over 11 years ago by Jake Luer <[email protected]>
test: [sauce] use karma@canary to prevent timeouts

8a2e00b486f0cb50a55dd2ba78050800fd859d30 authored over 11 years ago by Jake Luer <[email protected]>
travis: use karma to start connect

cd5b24e13b8a79971cad19b5af5bea7f8bd3b124 authored over 11 years ago by Jake Luer <[email protected]>
tests: [sauce] error in setup

c044833171d9953b03f40e8eaf8c13fda58ade3f authored over 11 years ago by Jake Luer <[email protected]>
tests: add sauce support to karma

e541116036a410568b2b3c024042d4ef503a9457 authored over 11 years ago by Jake Luer <[email protected]>
travis: only run on node 0.10

678c63e9c22aaaa29f66e686bad1ee5e3f776069 authored over 11 years ago by Jake Luer <[email protected]>
test: [karma] use karma phantomjs runner

- tests refactored as bdd instead of tdd
- removed test/browser bootstraps
- add karma-runner

a8f94bdcbb62fe77fe2be60873b15b5b7a1233f9 authored over 11 years ago by Jake Luer <[email protected]>
Merge pull request #181 from tricknotes/fix-highlight

Fix highlight for example code

a2efcc3d58946faf23f3191029251596268f3d46 authored over 11 years ago by Jake Luer <[email protected]>
Fix highlight for example code

This fix is the same as #179.

68e71ab2a8dba7303cddb0c6cec5d83c527241c5 authored over 11 years ago by Ryunosuke SATO <[email protected]>
Release 1.7.2

db4b9d78331ee33f403a502023c72dee1dfa33d2 authored over 11 years ago by Jake Luer <[email protected]>
coverage: add coveralls badge

609beb7ecdccf852a25f1411293ac210a8bc603b authored over 11 years ago by Jake Luer <[email protected]>
test: [coveralls] add coveralls api integration. testing travis-ci integration

7084d60a5a8fae4b175ca4265e114cd9448eeff6 authored over 11 years ago by Jake Luer <[email protected]>
Merge branch 'master' of github.com:chaijs/chai

* 'master' of github.com:chaijs/chai:
Modify method title to include argument name
Fix to hi...

4e032652db8598dd6a66357366ff52dec59e301f authored over 11 years ago by Jake Luer <[email protected]>
Merge branch 'feature/bower'

* feature/bower:
bower: granular ignores

7c7f4600f625afea4b6fd064eb1a6cd560baee5c authored over 11 years ago by Jake Luer <[email protected]>
Merge pull request #180 from tricknotes/modify-method-title

Modify method title to include argument name

550c61e35877d1b1710fa041aa407bad0f88ee48 authored over 11 years ago by Jake Luer <[email protected]>
Merge pull request #179 from tricknotes/highlight-code-example

Fix to highlight code example

c3c5a013a770cf5a3aa99b752c88d960b835d936 authored over 11 years ago by Jake Luer <[email protected]>
Modify method title to include argument name

4b10292274a39740e3e5b9c05ffd6f8077a55579 authored over 11 years ago by Ryunosuke SATO <[email protected]>
Fix to highlight code example

The indent count for code example sould be 4 not 3.

ab91b501a5c9ba87dbaa6d2b019771e5805ddc4b authored over 11 years ago by Ryunosuke SATO <[email protected]>
bower: granular ignores

77f3ab5cc8f0b8bb5d125e0f74bc8d70dccefccd authored over 11 years ago by Jake Luer <[email protected]>
Release 1.7.1

a334c7d18e4f02377e0cb4234ba2685c29a3d34b authored over 11 years ago by Jake Luer <[email protected]>
Release 1.7.1

7097b536659d632f6efbc525594968cfd80610bb authored over 11 years ago by Jake Luer <[email protected]>
Release 1.7.1

12467a6bfddeb9bfc71b6d6e69dd46b62b14db2a authored over 11 years ago by Jake Luer <[email protected]>
Merge branch 'feature/bower'. #175

* feature/bower:
bower: add json file

d2895596bec0213c3d1045af24216e39799bf264 authored over 11 years ago by Jake Luer <[email protected]>
bower: add json file

de00106ffa39e39cb91906378971b703606672ff authored over 11 years ago by Jake Luer <[email protected]>
build: browser

082b6654c0466013bac509aa66774154657e6aeb authored over 11 years ago by Jake Luer <[email protected]>
Release 1.7.0

c0f8e187a7118e1142ab914e7ec0c5addadda89b authored over 11 years ago by Jake Luer <[email protected]>
error: remove internal assertion error constructor

167d1a719324740395a8ef149b9cb1d336471b14 authored over 11 years ago by Jake Luer <[email protected]>
core: [assertion-error] replace internal assertion error with dep

7bc580910ee3f9ccded7a43eea87dccb33c1af28 authored over 11 years ago by Jake Luer <[email protected]>
deps: add chaijs/[email protected]

9e8b050e02b786eff342e4370a75da1d761e2083 authored over 11 years ago by Jake Luer <[email protected]>
docs: fix typo in source file. #174

cfb6137054d291d37c4664e86708afc8eb74fd5f authored over 11 years ago by Jake Luer <[email protected]>
Merge pull request #174 from piecioshka/master

Fixed typo

933192c7c94314a6bbef9fdc36806e4bc6639cdf authored over 11 years ago by Jake Luer <[email protected]>
typo

8e75569590f3344e8387f45678bcacd03b293272 authored over 11 years ago by piecioshka <[email protected]>
Merge branch 'master' of github.com:chaijs/chai

* 'master' of github.com:chaijs/chai:
Fix `utils.inspect` with custom object-returning inspect...

a60885a7c52282f90e3f65ec6c5406d6244679ba authored over 11 years ago by Jake Luer <[email protected]>
pkg: lock mocha/mocha-phantomjs versions (for now)

9b18703acbb63122135e7a347101b4524daca202 authored over 11 years ago by Jake Luer <[email protected]>
Merge pull request #173 from chaijs/inspect-fix

Fix `utils.inspect` with custom object-returning inspect()s.

b95038b99435a45342209d354fab4984dfe4129e authored over 11 years ago by Jake Luer <[email protected]>
Fix `utils.inspect` with custom object-returning inspect()s.

This code is lifted from the latest node utils.js: https://github.com/joyent/node/blob/896b2aa70...

7c72e673f46c8dd58e13774f1adf3be5367e0f8f authored over 11 years ago by Domenic Denicola <[email protected]>
Merge pull request #171 from Bartvds/master

Added assert.notOk()

bfa6493bf6bb36b4fc3b0af7b1a60c19253004b8 authored over 11 years ago by Jake Luer <[email protected]>
replaced tabs with 2 spaces

774a723bff474d890d46b396e09941d36303e6c2 authored over 11 years ago by Bartvds <[email protected]>
added assert.notOk()

080702ac872f848b347ab6d311e078760fd77959 authored over 11 years ago by Bartvds <[email protected]>
Merge pull request #169 from katsgeorgeek/topics/master

Fix comparison objects.

8236814f8f27258af08a69d37bb4e543ad4d1e4b authored over 11 years ago by Jake Luer <[email protected]>
Fix comparison objects.

Regexp and Date objects can to be deep equal to objects with the same type.

044dcff68d3f7d8abb679154726a284f346b85c7 authored over 11 years ago by George Kats <[email protected]>
Release 1.6.1

ad35240462a05d629df8140f253e11041e52d4a1 authored over 11 years ago by Jake Luer <[email protected]>
Merge pull request #168 from katsgeorgeek/topics/master

Fix comparison equality of two regexps.

a1662280c6f0cdfd26727a5c329d253df3961a2f authored over 11 years ago by Jake Luer <[email protected]>
Add test for different RegExp flags.

2c4da4a91ab3ddc3383ddda5050100ecca74c448 authored over 11 years ago by George Kats <[email protected]>
Add test for regexp comparison.

f62eb19a660e0a290847a1ab8525998176aa4f70 authored over 11 years ago by George Kats <[email protected]>
Downgrade mocha version for fix running Phantom tests.

8328924edfb8772083819c36b394c309085d4a46 authored over 11 years ago by George Kats <[email protected]>
Fix comparison equality of two regexps.

9c9ea88766b07f07380a09bf3e4fa919649ac683 authored over 11 years ago by George Kats <[email protected]>
Merge pull request #161 from brandonpayton/master

Fix documented name for assert interface's isDefined method

710efef40f117909e75eef72693377a55f6df9d1 authored over 11 years ago by Jake Luer <[email protected]>
Fix documented name for assert interface's isDefined method

21f0ee5b21c5c11eccd5e93e1fe9cb79c0bb92e2 authored over 11 years ago by Brandon Payton <[email protected]>
Release 1.6.0

e18c48329b50b31ed92e2fed03a01f4ed4f03889 authored over 11 years ago by Jake Luer <[email protected]>
travis: test node.js 0.10.x, don't test 0.6.x

18e15b7dfc43170101014179e56edf334393c583 authored over 11 years ago by Jake Luer <[email protected]>
lib: [docs] finish documentation for members assertions

bd72555c8a34b7b74f6b77eb44ceca6d03d06c69 authored over 11 years ago by Jake Luer <[email protected]>
build: browser

4fed175e334e65f8c99420dc0d63bae88445b234 authored over 11 years ago by Jake Luer <[email protected]>
assert: [(not)include] throw on incompatible haystack. Closes #142

019bb0763709d292c9292cbe9c91340488b10583 authored over 11 years ago by Jake Luer <[email protected]>
assert: [notInclude] add assert.notInclude. Closes #158

8f8d7425a563e15c16130a5399883f7d44702b8a authored over 11 years ago by Jake Luer <[email protected]>
browser build

0f188ac9d73ef579de9838973df61a6884933dc1 authored over 11 years ago by Jake Luer <[email protected]>
makefile: force browser build on browser-test

78b097c42f99bd2c4c69ab6f6cfab1bf10847249 authored over 11 years ago by Jake Luer <[email protected]>
makefile: use component for browser build

1d118016e0388dac68956195bd1138e0dc19b248 authored over 11 years ago by Jake Luer <[email protected]>
core: [assertions] remove extraneous comments

6f70c5eb7433b9a3bc3190cc43275a5273ba5cbc authored over 11 years ago by Jake Luer <[email protected]>