Emil van Galen
Emil van Galen
Currently ngImprovedTesting only mocks objects which have at least one object. Could this be the case in your situation (although the `// stuffs like this.property = function() {...};` appears to...
The idea behind `mockInstance` is to create a mock object of an existing object instance. In your particular case you would like a `mock` object that first instantiates and object...
Thank you for pull request. I really like the idea of being able to turn on $qTick by default and to allow disabling it for particular tests. Prior to merging...