-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Description
- Sinon version : 3.1.0
- Environment: Node.js and Chrome 60.0.3112.78
- Example URL: https://gist.github.com/pomek/1f135ec4e1bbf872254a66fb9170da7b
- Other libraries you are using: Mocha
What did you expect to happen?
The tests should pass.
What actually happens
RangeError: Maximum call stack size exceeded
at defineProperty (native)
at Array.proxy (node_modules/sinon/lib/sinon/spy.js:69:79)
at Function.matchingFakes (node_modules/sinon/lib/sinon/spy.js:343:35)
at Function.invoke (node_modules/sinon/lib/sinon/spy.js:166:30)
at Array.proxy (node_modules/sinon/lib/sinon/spy.js:69:54)
at Function.matchingFakes (node_modules/sinon/lib/sinon/spy.js:343:35)
at Function.invoke (node_modules/sinon/lib/sinon/spy.js:166:30)
/* ... */
at Array.proxy (node_modules/sinon/lib/sinon/spy.js:69:54)
at Function.matchingFakes (node_modules/sinon/lib/sinon/spy.js:343:35)
at Function.invoke (node_modules/sinon/lib/sinon/spy.js:166:30)
at Array.proxy (node_modules/sinon/lib/sinon/spy.js:69:54)
at Context.it (packages/ckeditor5-dev-env/tests/asda.js:25:19)
How to reproduce
Just run the tests. It worked in Sinon 1.x and does not work in 2.x and 3.x.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels