Ricardo M.
Ricardo M.
Hi everybody, i was trying to push a solution to this issue but i could not, well, in the `image-upload.component.ts` file, at the line 112, you can initialise the files...
Hi, i'm using this component and works great, how can i help?
In an ideal scenario, I think that makes sense to put it here 😄 , but just wanted to check with the team if they have time to review it...
After linking a forked version and upon a deeper look, it seems that it will not be enough just simply to remove `--no-progress` flag. Also, `yarn install --production` has been...
Hi @michael-mckenna , sorry for the delay, if this is still relevant to you, could you add more info about it? Like steps to reproduce it?
Another workaround could be mock the abstract class and use the method as a getter. ```javascript abstract class Foo { abstract getBar (num: number): string; } // Creating mock let...
Hi @besk-cerity, since you don't have class methods but class properties holding functions, you need to mock the property. Could you please try like this?: `when(spyTestClass.getMessage).thenReturn('mocked')`
Sure, Tomorrow I'll check and I let you know
Sorry for the late response @besk-cerity. For those partially mocked objects, `Spy` is inspecting the object's property descriptor, and evaluating getters and setters. Since arrow function doesn't have it, then...
I've forgot to mention, if I can help somehow investigating this further, just let me know :)