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 pull request #61 from joliss/doc

Fix and improve documentation of assert.equal and friends

fb41160a097685ce161602adc580eee266883b6e authored over 12 years ago by Domenic Denicola <[email protected]>
Fix and improve documentation of assert.equal and friends

4b72ff65ca9a0f34e27b48777ba7eed0b353f876 authored over 12 years ago by Jo Liss <[email protected]>
browser build

3f5c6450c23378b32ff39daedb4fa69eddd0364d authored over 12 years ago by Jake Luer <[email protected]>
doc checkpoint - texture

882c649b50389fae9ad44b708aa40babf44fcde2 authored over 12 years ago by Jake Luer <[email protected]>
Update chai-jquery link

1f2b5484606eddb525411b3ae9df1d068fc917f1 authored over 12 years ago by John Firebaugh <[email protected]>
Use defined return value of Assertion extension functions

ce5fc298abe3884411ca2497bb8a1cb4b3aa3299 authored over 12 years ago by John Firebaugh <[email protected]>
Update utility docs

4122ae5db9084ca5cccaa74086b0fe8a133bf0d2 authored over 12 years ago by John Firebaugh <[email protected]>
Release 1.0.0-rc3

be7a8fcf48af665ce7ffc1e6ea2df8cf1e64973b authored over 12 years ago by Jake Luer <[email protected]>
Merge branch 'feature/rc3'

feb7242be9da5f799604c52b465d512295a95a47 authored over 12 years ago by Jake Luer <[email protected]>
docs update

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

93e038c1d21a7f593d764d09976f4709f1d42331 authored over 12 years ago by Jake Luer <[email protected]>
assert test conformity for minor refactor api

d49436ccc9c81711473a2a25fbf73ec9d69eb499 authored over 12 years ago by Jake Luer <[email protected]>
assert minor refactor

- assert is now a function
- length is now lengthOf
- ownProperty derivatives done have `own` ke...

666e75cfd6c4aeac9d1222c37b096b9ee09af168 authored over 12 years ago by Jake Luer <[email protected]>
update util tests for new add/overwrite prop/method format

1bb600e996ea6292518bef72b4386d5c318db91d authored over 12 years ago by Jake Luer <[email protected]>
added chai.Assertion.add/overwrite prop/method for plugin toolbox

9bacec225ba390a90b3e156693e68d3e8f92fdd5 authored over 12 years ago by Jake Luer <[email protected]>
add/overwrite prop/method don't make assumptions about context

7fe1f31ad9688ab9304efeaa0942c42e0045a9fb authored over 12 years ago by Jake Luer <[email protected]>
doc test suite

626d11efb409f0c2137bcf215085fb36ec52b99f authored over 12 years ago by Jake Luer <[email protected]>
docs don't need coverage

dd6a4f844a50ed1c67c776705645373704b79c9a authored over 12 years ago by Jake Luer <[email protected]>
refactor all simple chains into one forEach loop, for clean documentation

4a4966d94d1ff3ee606c4f9499fcf2ff0e9c3d08 authored over 12 years ago by Jake Luer <[email protected]>
updated npm ignore

55e9bd51f4aed715315d3d7b509d34d713b83310 authored over 12 years ago by Jake Luer <[email protected]>
remove old docs

bcbbdd35d447301d71aa51fadb4cd5868675d235 authored over 12 years ago by Jake Luer <[email protected]>
docs checkpoint - guide styled

ae27ec567f13cb2f271d6f839934e1187fa9cfbe authored over 12 years ago by Jake Luer <[email protected]>
Merge pull request #59 from joliss/doc

Document how to run the test suite

04ad88435150f2019ee22de453308369a1ef2ff5 authored over 12 years ago by Domenic Denicola <[email protected]>
Document how to run the test suite

258bd00bb473f6ed662adff0ecdaebfce5784f07 authored over 12 years ago by Jo Liss <[email protected]>
don't need to rebuild docs to view

fbd5aff89f97bb90e9c8088e1de80c2121c6cdcf authored over 12 years ago by Jake Luer <[email protected]>
dep update

b3adbe12d2289984c373826be31020ded1fe2a35 authored over 12 years ago by Jake Luer <[email protected]>
comment updates for docs

8cec45ac8acea47409f3f754760d79a625217744 authored over 12 years ago by Jake Luer <[email protected]>
docs checkpoint - api section

999d27ee1f9f633567f98b927a65edfb1a414eaf authored over 12 years ago by Jake Luer <[email protected]>
new doc site checkpoint - plugin directory!

4f9c813f3fe7f5567a67e8d08bb5a844c6302d8d authored over 12 years ago by Jake Luer <[email protected]>
Merge pull request #57 from kossnocorp/patch-1

Fix typo: devDependancies → devDependencies

8691db3e8b518b6687b16b074c38bbbc33f6eeb6 authored over 12 years ago by Domenic Denicola <[email protected]>
Fix typo: devDependancies → devDependencies

0b7ebe21b94d5dd38e6727f3974b63c66768e200 authored over 12 years ago by Sasha Koss <[email protected]>
Using message flag in `getMessage` util instead of old `msg` property.

3b927d4994f126a33fe2e8b3b3cabc46c037c5c1 authored over 12 years ago by domenic <[email protected]>
Adding self to package.json contributors.

654bee6f80cc5f45ab4400d884f8c9ec9720ee7c authored over 12 years ago by domenic <[email protected]>
`getMessage` shouldn't choke on null/omitted messages.

This came up when doing `assert(false, "message")`.

8625a5ae090119cc8338078cc21bae01d427fa9c authored over 12 years ago by domenic <[email protected]>
`return this` not necessary in example.

942c5b98d1b9396d815a3d277c5e42daa318cdfa authored over 12 years ago by Domenic Denicola <[email protected]>
`return this` not necessary in example.

8df3b13fe84cdf92332fa46d885888eca3ad5d8d authored over 12 years ago by Domenic Denicola <[email protected]>
Sinon–Chai has a dash

aee62e9f30526879ef0dad5f97a508c5ff0cca97 authored over 12 years ago by Domenic Denicola <[email protected]>
updated plugins list for docs

d429002987d3a86336b04159bf1c94f1b21d7f14 authored over 12 years ago by Jake Luer <[email protected]>
Release 1.0.0-rc2

0e2c11a4ab23c7c6b3dea03c233360387ebfec6b authored over 12 years ago by Jake Luer <[email protected]>
Merge branch 'feature/test-cov'

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

716ad77769c83d50d36ba04d3f2850a2ed5c605e authored over 12 years ago by Jake Luer <[email protected]>
missing assert tests for ownProperty

aa3d84aab6d1810ae9fb1f602d1d1e7949db6165 authored over 12 years ago by Jake Luer <[email protected]>
appropriate assert equivalent for expect.to.have.property(key, val)

bed8867ac045b6e6efa15f67167927f3482e0651 authored over 12 years ago by Jake Luer <[email protected]>
reset AssertionError to include full stack

d03d6863305c28803dcd7a1e65e43c1d238737a3 authored over 12 years ago by Jake Luer <[email protected]>
test for plugin utilities

4a05659fa008445461e3b4754634a0fdf17846ea authored over 12 years ago by Jake Luer <[email protected]>
overwrite Property and Method now ensure chain

9105b89fc912c3858e15fc13c076b950d4244657 authored over 12 years ago by Jake Luer <[email protected]>
version notes in readme

45a1ef789b5e8b32bed7949bbd5925882c4d5d51 authored over 12 years ago by Jake Luer <[email protected]>
Release 1.0.0-rc1

0ecbc0eab25a5cd5dd1ed6c130f405a4080670b2 authored over 12 years ago by Jake Luer <[email protected]>
browser build (rc1)

1bd9848aac014bc06e1798c94134b3a9b92706e8 authored over 12 years ago by Jake Luer <[email protected]>
assert interface - notMatch, ownProperty, notOwnProperty, ownPropertyVal, ownPropertyNotVal

97296e4979df6a6c49313d6effc1268eec055a0c authored over 12 years ago by Jake Luer <[email protected]>
added mocha.opts

(so @domenic can run tests without the makefile)

f596097e7b49209043f539a9c2859e094d1d6ad6 authored over 12 years ago by Jake Luer <[email protected]>
assert match/notMatch tests

943b7569bd946219b12cc59c4b32e63f5e22f3fc authored over 12 years ago by Jake Luer <[email protected]>
cleaner should interface export.

- also aliased `chai.Should()` as the original would be overwritten after the first call (helps ...

1082fc65444b45d5b60c3d1053aaff6f782c3b5d authored over 12 years ago by Jake Luer <[email protected]>
added chai.Assertion.prototype._obj (getter) for quick access to object flag

755a36938bd24e092e15f355a8047366bb629331 authored over 12 years ago by Jake Luer <[email protected]>
moved almostEqual / almostDeepEqual to stats plugin

0a8ddc452fd27e49123a84e51241eb40a85b3125 authored over 12 years ago by Jake Luer <[email protected]>
Add test for `utils.addMethod`

c268462bf8c68b901863e577ebc20c90f84e400c authored over 12 years ago by Veselin Todorov <[email protected]>
Fix a typo

f287b09c40ea6a37418629645dca9c0774303c86 authored over 12 years ago by Veselin Todorov <[email protected]>
Add test for `utils.overwriteMethod`

e3cd113725ef72b8188540160fe0503cac579007 authored over 12 years ago by Veselin Todorov <[email protected]>
Fix a typo

22f594a0b970ab5dc7c017c518b91648ed30b377 authored over 12 years ago by Veselin Todorov <[email protected]>
Browser build

c24326deebc2760112c96f14d9348d1365f925d1 authored over 12 years ago by Veselin Todorov <[email protected]>
Add undefined assertion

f58760c6154f92c21606d5373b597ff5559ecaaa authored over 12 years ago by Veselin Todorov <[email protected]>
Add null assertion

234f4ee613924513d0a1c95c6ade55cb49d27ef3 authored over 12 years ago by Veselin Todorov <[email protected]>
Fix an issue with `mocha --watch`

When running tests with `mocha --watch` the following exception is thrown:

TypeError: Cannot ...

930dfbdc4fba762dbf2eab96947a0b056ca385a2 authored over 12 years ago by Veselin Todorov <[email protected]>
travis no longer tests on node 0.4.x

73ad06bd5caef563c8c73b1480f92829b0cde053 authored over 12 years ago by Jake Luer <[email protected]>
removing unnecissary carbon dep

a232b37c7e6daa208575dc656a6d7b8b1d88a50d authored over 12 years ago by Jake Luer <[email protected]>
Merge branch 'feature/plugins-app'

205e1467b93583f108db0031982932b23d1a2586 authored over 12 years ago by Jake Luer <[email protected]>
docs build

9f02abd68fd5f2e607178bc09fd25128ef8a7530 authored over 12 years ago by Jake Luer <[email protected]>
templates for docs express app for plugin directory

93b8e705c3abad30554c0baf42277fb163d98b62 authored over 12 years ago by Jake Luer <[email protected]>
express app for plugin and static serving

621ef7e418e1d1602a0cfb649818f05787b9fa3a authored over 12 years ago by Jake Luer <[email protected]>
added web server deps

be9cf0ef56e22056530fa913a8ad5eff532bf763 authored over 12 years ago by Jake Luer <[email protected]>
Merge pull request #54 from josher19/master

Added almostEqual to assert test suite.

ee2050abaa7ffc4faefca1432fbfa229d492810d authored over 12 years ago by Jake Luer <[email protected]>
Remove old test.assert code

d2f80f5991a2182c1ab97c87aaaf69f4d795f6ca authored over 12 years ago by josher19 <[email protected]>
Use util.inspect instead of inspect for deepAlmostEqual and almostEqual

d5fe1839a0ce4c840c5dc9785c7b5933a4d3f973 authored over 12 years ago by josher19 <[email protected]>
browser build

0db35b0f674822ae147d55fde799f00ddb69f0ce authored over 12 years ago by Jake Luer <[email protected]>
Added almostEqual and deepAlmostEqual to assert test suite.

19c1fb1b9c059140e5ad1bdb5c5aded50ef11c69 authored over 12 years ago by josher19 <[email protected]>
bug - context determinants for utils

ed14ab04c96106d8e6573d8841d050a1dd036cba authored over 12 years ago by Jake Luer <[email protected]>
dec=0 means rounding, so assert.deepAlmostEqual({pi: 3.1416}, {pi: 3}, 0) is true

6702b4da3dcc8a851bc901bb3629b36a487a23ff authored over 12 years ago by josher19 <[email protected]>
wrong travis link

7100166c0f49da90a6dc2f9326ae844074e31ee2 authored over 12 years ago by Jake Luer <[email protected]>
readme updates for version information

c6c4e1b43c5bd559e36117ff9aece22f245473aa authored over 12 years ago by Jake Luer <[email protected]>
travis tests 0.5.x branch as well

6b0bf3783e7e07d6805b4c2b72d239cc420ee27c authored over 12 years ago by Jake Luer <[email protected]>
[bug] util `addProperty` not correctly exporting

6292957d5eda2744e11b141915d5b916c5829daf authored over 12 years ago by Jake Luer <[email protected]>
read me version notes

580f6c24a228c4926545c7d91a1271335bd384df authored over 12 years ago by Jake Luer <[email protected]>
browser build 1.0.0alpha1

d48809afaa2ef8e4ee3e0c5a69e18c7fe239c5be authored over 12 years ago by Jake Luer <[email protected]>
not using reserved words in internal assertions. #52

This commit fixes #52 in 1.0.0+

- also added mt/lt alias

df069ad2d1172273c62d8d75dd14343f969a39a6 authored over 12 years ago by Jake Luer <[email protected]>
version tick

fc4956e9faed4525ed444051ebd6f417a19ca86d authored over 12 years ago by Jake Luer <[email protected]>
clean up redundant tests

87870b1b9d562dcd0cc7973f9b111909f21e390a authored over 12 years ago by Jake Luer <[email protected]>
Merge branch 'refs/heads/0.6.x'

Conflicts:
chai.js
docs/out/chai.js
docs/out/code/assert.html
docs/out/code/expect.html
doc...

2d49079f60762085833e6b2a478476645914585a authored over 12 years ago by Jake Luer <[email protected]>
update version tag in package 1.0.0alpha1

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

eeb862331b90891bbc31e8b476fcea931144a0b2 authored over 12 years ago by Jake Luer <[email protected]>
added utility tests to browser specs

88c121e5ee810c99c44da6af299facefd9fbb88c authored over 12 years ago by Jake Luer <[email protected]>
beginning utility testing

c8c780aa35814ae9d840e8ca4b6d6845926ac0ed authored over 12 years ago by Jake Luer <[email protected]>
updated utility comments

b009feb48f1b61fd04c9f631e777f49c815a86fd authored over 12 years ago by Jake Luer <[email protected]>
utility - overwriteMethod

c49ef2790de0a32ed74b0a8da781ebf1ab90e64c authored over 12 years ago by Jake Luer <[email protected]>
utility - overwriteProperty

f7fd4ea282f6e42c29ea79c6c0e30b4a3b692c4d authored over 12 years ago by Jake Luer <[email protected]>
utility - addMethod

f790baa32b676076cde5f9afb0cee52cb03a33f4 authored over 12 years ago by Jake Luer <[email protected]>
utility - addProperty

76b195cd6c26e8142e3b68616257cc3e01b07623 authored over 12 years ago by Jake Luer <[email protected]>
missing ;

31e3035c3d02fd2be32559b855b76a779c9ac8b2 authored over 12 years ago by Jake Luer <[email protected]>
contributors list update

0131f20b214e845802af9b0a65c2520ab05caa4f authored over 12 years ago by Jake Luer <[email protected]>
Release 0.5.3

dd66ecbfd8c1122c2a1b9cecfe6ce3aaa8301804 authored over 12 years ago by Jake Luer <[email protected]>
Merge branch 'refs/heads/jgonera-oldbrowsers'

1af894f21ff18d0ac312d5d70fe37e35b3498bd6 authored over 12 years ago by Jake Luer <[email protected]>