Cristi Ingineru

Results 2 comments of Cristi Ingineru

I believe the issue is not Jasmine, but RequireJS. Here is an example that includes the change I made in mockery.js at the beginning of the file: https://github.com/cristiingineru/testingWithMocks/blob/master/js/node_modules/mockery/mockery.js After this...

Let's say we have a 3 level deep hierarchy like this: ``` module C -> module B -> module A ``` If we want dont-break to run all the tests...