Ecosyste.ms: OpenCollective

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

github.com/sinonjs/sinon

Test spies, stubs and mocks for JavaScript.
https://github.com/sinonjs/sinon

Merge pull request #1115 from jonnyreeves/feature/cjsify-event-tests

Migrate `sinon.Event` testsuite to CommonJS

d4dbc0f60f678e0725c8f80bdbb11f5ad2794b7f authored about 8 years ago by Carl-Erik Kopseng <[email protected]>
Migrate `sinon.Event` testsuite to CommonJS

f47b4692ff23178016d60bcc8dfc161616c360aa authored about 8 years ago by Jonny Reeves <[email protected]>
Merge pull request #1114 from fatso83/eslint-upgrade

ESLint upgrade to version 3

20e8a1571e0cb83ca6e0716dbacab0f72a51db8e authored about 8 years ago by Carl-Erik Kopseng <[email protected]>
Run linting only on newer Node versions

d05373d5010a7e16ad71e4a77f4e6be89f9de230 authored about 8 years ago by Carl-Erik Kopseng <[email protected]>
Fix remaining code failing eslint rules

4bf9ba51c0aa55257ccd05b5160432b161fa3a45 authored about 8 years ago by Carl-Erik Kopseng <[email protected]>
Make EventTarget#removeEventListener align with spec

Should return void

da3ea703bfec8ce546e386c7e3a3b5cbbefd64b6 authored about 8 years ago by Carl-Erik Kopseng <[email protected]>
Update ESLint to version 3

Needed to include ES6 in the environments to not get errors when
we reference ArrayBuffer and Sy...

d1cd42bdd3106bc522717030cd315bfb1a57866c authored about 8 years ago by Carl-Erik Kopseng <[email protected]>
Feature/cjsify sinon sandbox tests (#1088)

* Intiial CJSification of sandbox tests

Removes all `sinon.*` references from the test suite ...

2604d9923a25a5747d962f8bbab4fd265a6b4ea1 authored about 8 years ago by John Reeves <[email protected]>
Fix regression in #692 (#1111)

Fix regression in #692 by falling back to simple property assignment.
This is a repack of #1098...

19ad23a38924e637f1d334e1c229a012a1bbf1f6 authored about 8 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1097 from ClintFMullins/add-assert-to-reduce-called-once-with-confusion

Add assertion check for too many args with calledOnce/Twice/Thrice

1b7720750a313e970419a0dac53b9eca52f0a60b authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
add assertion check for too many args with calledOnce/Twice/Thrice

8a0a94184261c6f8d12c7164bf6db589f8522037 authored over 8 years ago by clint <[email protected]>
Merge pull request #1092 from fatso83/use-details-tag

Use <details> tag in issue template

3d3e3ea9ff65198d2fa0f0fed83c65cdcf07fb6e authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Use <details> tag in issue template 📝

[demo](https://twitter.com/ericclemmons/status/749223563790471169)

a021925cc6a9d44326eeaf830ad7f81d6b121d86 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1087 from jonnyreeves/feature/cjsify-sinon-mock

CJSify mock tests

ccbed061eff83e8d182d0860ac1f0afd77eb1ea7 authored over 8 years ago by Maximilian Antoni <[email protected]>
Merge pull request #1086 from jonnyreeves/feature/cjsify-match-tests

CJSify match tests

6d4e85e3775b211deb2e5f4e59b7b92c076a3f7a authored over 8 years ago by Maximilian Antoni <[email protected]>
CJSify mock tests

Removes all `sinon.*` references from the test suite

4dbc1e559d1642ee4450535d2b10f8c31ae7eb58 authored over 8 years ago by Jonny Reeves <[email protected]>
CJSify match tests

Removes all `sinon.*` references from the test suite

98b1c286eb8d58c461f8dfb255154788645e012f authored over 8 years ago by Jonny Reeves <[email protected]>
Merge pull request #1085 from jonnyreeves/feature/cjsify-typeof-extend-tests

Feature/cjsify typeof extend tests

ccff85ebf09a9f5f096473bcc577dad897033f55 authored over 8 years ago by Maximilian Antoni <[email protected]>
CJSify typeOf tests

Removes all `sinon.*` references from the test suite

4871647c1c15cd1572c3d9881de33e286dfcd57f authored over 8 years ago by Jonny Reeves <[email protected]>
CJSify extend tests

Removes all `sinon.*` references from the test suite

1a6cb112a5df5c0ea10c9b9ed484aaf7b573b063 authored over 8 years ago by Jonny Reeves <[email protected]>
Merge pull request #1084 from jonnyreeves/feature/cjsify-collection-tests

CJSify collection tests

07968408da9241559b0bad8251af23a6f285c556 authored over 8 years ago by Maximilian Antoni <[email protected]>
CJSify collection tests

Removes all `sinon.*` references from both the tests and the collection module itself. A bunch ...

0b82214e5b04dcef2f9ce087ff98dc02330715f7 authored over 8 years ago by Jonny Reeves <[email protected]>
Merge pull request #1082 from fatso83/remove-nuget

The NuGet repo has not been updated for two years.
Furthermore, some lines I felt was uneeded w...

668d7db64d45ad39c0462a8ccef52c3650690ba4 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Improve release process (#1083)

e78d568ec800485d847a5b1a13fb59668952698f authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Remove NuGet reference

The NuGet repo has not been updated for two years.
Furthermore, some lines I felt was uneeded wa...

6620d9fc1b2b022f978c2e62798f981394be7b8b authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
2.0.0-pre.2

5a09be83a068bc21c71701792cbcd53dfd17fa07 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Update changelog and authors

b4c5d64b1ee0076fdee4d4c03f9083784637ce47 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
CJSify sinon.call tests (#1079)

Removes all `sinon.*` references from the tests.

c2485cee6d23176c9e6407e4040e4efa2956b663 authored over 8 years ago by John Reeves <[email protected]>
CJSify sinon.calledInOrder tests (#1080)

Removes all `sinon.*` references from the tests and moves the suite into `util/core` where is be...

79dfcdff28bc5ae0d29d657a3b7a90f4c31e9903 authored over 8 years ago by John Reeves <[email protected]>
CJSify get-config tests (#1081)

Removes all `sinon.*` references from the tests

9ea12226220161a403cd643b8cc446f0537154fd authored over 8 years ago by John Reeves <[email protected]>
CJSify sinon.assert tests (#1078)

Removes all `sinon.*` references from the tests.

975b033d7c4f23d736bbf4abda02a10a5684cf8a authored over 8 years ago by John Reeves <[email protected]>
Resolve test failure in node 0.10.x (#1073)

The test for "adds all object methods to fake array" for
collection.stub failed intermittently ...

2a714b534de5cf363a725dcc8c7106339d9dfe64 authored over 8 years ago by Mark Stacey <[email protected]>
Expose `sinon.assert` on sandbox instances. (#1076)

Fixes #1075.

9549c1cf5128a35286e6ccd2128149d1578d9faf authored over 8 years ago by Jordan Harband <[email protected]>
Merge pull request #1074 from Gudahtt/add-resetbehavior-and-resethistory-to-sandbox-api

Add resetBehavior and resetHistory to sandbox API

8d0f7b699be7a05f86b8f5778d55e60ca3862eb1 authored over 8 years ago by Maximilian Antoni <[email protected]>
Add resetBehavior and resetHistory to sandbox API (#1072)

ed8af069dd771b535d1853a3ab3115f90aa1e64f authored over 8 years ago by Mark Stacey <[email protected]>
Fix incorrect inline function names

099e234573af7cb3390a0782adb1db6b0fb0c3d7 authored over 8 years ago by Mark Stacey <[email protected]>
Merge pull request #1071 from lucasfcosta/fix-issue-283-tests

Fix issue 283 tests

3cb431df937b3198f2322b9d00c5ef7a3f0d8824 authored over 8 years ago by Maximilian Antoni <[email protected]>
Fix calledOnce on tests for #283. This closes #283.

d053acde55198e35d775a36a6d00f1a1dad39b10 authored over 8 years ago by lucasfcosta <[email protected]>
Merge pull request #1068 from jackbrown/patch-1

Add `sandbox.reset()` description

af57318e8b135fd95e4611d90318d034e22c1f80 authored over 8 years ago by Maximilian Antoni <[email protected]>
Add sandbox.reset() docs

8d639f04add4a866bd2c16754a31c0a11ffa5c00 authored over 8 years ago by Jack Brown <[email protected]>
Add a line recommending how to pronounce.

9bdf832df2c5caf087749be978f59a34a7378eb7 authored over 8 years ago by AdilKhn <[email protected]>
Merge pull request #1069 from fatso83/vietnogi-loaded-fix

Use event loaded instead of error event for HTTP error codes

5e95ffee121a0063e089634f73df54a732f14715 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Allow xhr.respond(0) to simulate a network failure and call onerror

68e7d9219493bb0c1e2240d6400d2cb6a2de18c0 authored over 8 years ago by Mark Banner <[email protected]>
Improve tests based on PR feedback

Based on fearphage's feedback in 1031 an uneeded
test was deleted and the clarity of another was...

60a484e8163206e8003526a67b19feb39be27c31 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Use event loaded instead of error event for code like 403, 500, etc.

Simplify abort handling and fix progress results. Also update tests.

03587c71bc2ef04779d2e097085d66e4e0539fd1 authored over 8 years ago by Alex Tran <[email protected]>
Merge pull request #1060 from fearphage/fix-failing-tests

Added timeouts to ensure tests pass

58bff298acdbd2ce4b14cfeafd7a0e782fbf2043 authored over 8 years ago by Maximilian Antoni <[email protected]>
Fix invalid markdown in fake-timers.ms (#1054)

513072fa9792e38f206e68db3729d82d11327d95 authored over 8 years ago by Morgan Roderick <[email protected]>
Do not invoke getters in walk (#1059)

When stubbing a prototype, the `walk` implementation accesses getters to
obtain the value of ea...

3f0787fb844c44f70fb586fe1e72b02f4aee359c authored over 8 years ago by Maximilian Antoni <[email protected]>
ReactNative compatibility. Allow sinon fakeServer to run in React Native (#1052)

ReactNative compatibility. Allow sign fakeServer to run in React Native environment either on de...

82d2a7c0907a1c1b394a8b6e8a223f48f9fc13dc authored over 8 years ago by Andrzej Porebski <[email protected]>
added timeouts to ensure tests pass

db7e253c7cca4865d3f94abbb0b8a91427747dec authored over 8 years ago by Phred <[email protected]>
Run tests on stable Node 6 instead of unstable Node 5

c4a6ec7122663da07893fdb27ad8368c27b835da authored over 8 years ago by Maximilian Antoni <[email protected]>
added tests to ensure only expected events are fired (#1043)

9266e42015f780bf924e02269774bf9aac58c605 authored over 8 years ago by Phred <[email protected]>
Fixed formatting of issue template

3a3959c0bcd3063f378e4b757b6c15b729671309 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Added note on using latest version

8986783b8a134b750caa00ab7a28eb77ae1947ec authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Fix onerror event triggering for fake xhr requests (#1041)

* added missing test coverage

* trigger onerror event when available

f74ff255c4bbc5d9379a37f2bee6c867b9000ed3 authored over 8 years ago by Phred <[email protected]>
Add missing mocaccino and phantomic to package.json (#1029)

36f571fcb704d016756065686f1a6bdedbdfba11 authored over 8 years ago by Morgan Roderick <[email protected]>
Pull request and issue templates (#1012)

* Pull request and issue templates

A first draft in order to (hopefully) get better contribut...

19b738724cc835d817d2d56a420ad50b3cfd7b83 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1022 from MartinKoerner/callInOrderFix

Allow call of sinon.calledInOrder with either array or multiple parameters

75440472a4e005e9a5300029839ebcf3a0ab6015 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Merge pull request #1023 from papandreou/fix/captureStackInPhantomJs

Fix capturing of stack traces in Phantom.js.

a2842f4728fe7bac53a07965de22eb58d8c9da62 authored over 8 years ago by Morgan Roderick <[email protected]>
Fix capturing of stack traces in Phantom.js.

1b22d7dac85ddbc0b153673b084f864827c8bba8 authored over 8 years ago by Andreas Lind <[email protected]>
Allow sinon.calledInOrder to be called either with an array of spies or multiple spies as parameters.

Add explicit test cases for sinon.calledInOrder

81d38ec4e6a7572529422958756c9050697fb593 authored over 8 years ago by Martin Körner <[email protected]>
Merge pull request #1021 from stweil/master

Fix typos found by codespell

c42cbfb41e1f1743a71e18ec7f44471d523c5483 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Fix typos found by codespell

Signed-off-by: Stefan Weil <[email protected]>

1197af82230060004aa599fa3cb9a4b399da1628 authored over 8 years ago by Stefan Weil <[email protected]>
Merge pull request #1020 from themaarten/master

Document faking of setImmediate and clearImmediate

a4b94230fbe1c0c8d03dc0589840545fcd464aa0 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Document faking of setImmediate and clearImmediate

d26198e4f75bd802d226bd8a89de67c6d0336b79 authored over 8 years ago by Maarten Tromp <[email protected]>
Merge pull request #1014 from havardh/feature/es6-symbols-support

Feature/es6 symbols support

3a47fcb21b0efe379054fe190506975afcf384c5 authored over 8 years ago by Maximilian Antoni <[email protected]>
Add feature detection guard for tests containing es6 Symbols

The es6 Symbols are not available in older versions of various JS engines.
This commit adds feat...

18a2d0c88d1dc89c5db435f060e210fcb969e0c1 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Add support for es6 Symbol to wrapMethod method

Adds explicit cast to String for values with a possible type of Symbol
before concatenated to fo...

3ab187850f8b1773cb10c1773eb83c24dbcb3d9c authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Convert values to strings with toString instead of String()

On Node v0.12 the convertion from Symbol to string using the explicit
cast with String throws a ...

b998b0a637621cff459bef0d447a180f4cf08cf2 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Add typeOf matcher for symbol type

Add a matcher for the es6 type Symbol.

d1776bfa89840cd1edb0644b29521a54d812bfa7 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Make mock report expected TypeError when expecting number and given symbol

Adds explicit cast to String for value with a possible type of Symbol,
before concatenated to fo...

368cbf9d15dce3430aaac547770e50a734cf1756 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Add support for es6 Symbol to match.has method

Adds explicit cast to String for value with a possible type of Symbol,
before concatenated to fo...

6ffc1832d81d4df9bb99798e7bc307db93caf313 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Make error message when failing to stub method support es6 symbol

Adds explicit cast to String for property of type of Symbol before
concatenated to form string m...

a24e27e8384d207ac426d80bcb7a912e4834594e authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Add support for es6 Symbol to match.same method

Adds explicit cast to String for values with a possible type of Symbol
before concatenated to fo...

a302571c9d8bcfba8b14e650f263b0441202ba9b authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Make yieldTo fail as expected when yielding an es6 Symbol

Exclicilty cast the symbol to a string before concatenating it to a string
in the error message ...

20702ef870be11fb8da8c624fa42f5fd0e4de7ca authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Make yieldToOn fail as expected when yielding an es6 Symbol

Exclicilty cast the symbol to a string, before concatenating it to a string
in the error message...

a65ec9b2ce590480a19bc8a370b6f110d7102034 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Make expectetation fail as expected when called with wrong Symbol

Exclicilty cast the symbol to a string, before concatenating it to a string
in the error message...

77d4e015154dd2edc1e45515ad232cabff9063e2 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Add support for es6 Symbol to match method

Exclicilty cast the symbol to a string, before concatenating it to a string
in the error message...

c84e31dc53503c097bcbc7df24c73b2e1189ead3 authored over 8 years ago by Håvard Wormdal Høiby <[email protected]>
Merge pull request #978 from fatso83/fix-lint-switch-error

Remove linting errors in switch cases

3dc63977949f6def2dbec266f8d130d0bbdce7ca authored over 8 years ago by Morgan Roderick <[email protected]>
Work around SauceLabs security limitations

66123fea53b8fe43cb3acba9ded7c3a115c8ba2a authored over 8 years ago by Maximilian Antoni <[email protected]>
Merge pull request #1004 from sinonjs/mochify

Convert matcher tests to mocha

5ac7d15e73a75064afefc69873c9f92d0bd4c9d2 authored over 8 years ago by Carl-Erik Kopseng <[email protected]>
Declare test specific eslint configs in test/.eslintrc

56f300be04fa4d24f3278a6bc9b535642ca4be72 authored over 8 years ago by Maximilian Antoni <[email protected]>
Add test-coverage script

dc344268e66ebd416d393d2ffd9f5204e5c67c44 authored over 8 years ago by Maximilian Antoni <[email protected]>
Add eslint-plugin-mocha

ca1baadb5a1836ceab25099e404e9948d50a9dd0 authored over 8 years ago by Maximilian Antoni <[email protected]>
Remove browserify-shim

82a2e0650407c81182ca3ce598ab3a98b067cc72 authored over 8 years ago by Maximilian Antoni <[email protected]>
Setup saucelabs tests and adjust travis config

059a5821758fb503dd48693296c6728b1cadca40 authored over 8 years ago by Maximilian Antoni <[email protected]>
Feature detect __proto__ to exclude a timer test in IE 10

0807ac8d76e7ea7ef989c88497f2132361c9c36b authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert webworker test to mocha

931da2b467bc549358f8b041ec101e5591bbe74a authored over 8 years ago by Maximilian Antoni <[email protected]>
Remove buster

2156455b2477349123a755a5779107f06ca00d76 authored over 8 years ago by Maximilian Antoni <[email protected]>
Replace npm test script with mocha / mochify invocations

d038f9543fdb659e2b35eb441949d378f448e45c authored over 8 years ago by Maximilian Antoni <[email protected]>
Fix async fake-xml-http-request tests

998cf7173a803af56d5f1259a9d2078125b76087 authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert issues tests to mocha

499c68c1862aeff7be71e7e4c388c8f376ddc198 authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert util tests to mocha

9b1c2aa7e488ce0debd47ce90127991f0a9a065f authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert core tests to mocha

d734b710d61d82bf745e05d3100d046f896df188 authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert stub tests to mocha

5ec9ea7882093748105230e168e93ab150131e7e authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert typeof tests to mocha

20476caed9ff374a9b201b057d2dcff3522c6ca4 authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert spy tests to mocha

7dd233952ee5f7292da1aaf2b167f03810ee0a43 authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert sandbox tests to mocha

882c181a36594cc71c19c2f0292dc3076d3139af authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert mock tests to mocha

d2b71e588c95bc5210b591af4eed916cf65cc413 authored over 8 years ago by Maximilian Antoni <[email protected]>
Convert hello world test to mocha

7d9b865008b7679d77340189b7ffe0e9fc47a74b authored over 8 years ago by Maximilian Antoni <[email protected]>