Simone Vicentini

Results 4 comments of Simone Vicentini

Hello, spotted the same issue here as well, specifically for a child resource scenario. I have a `rest/groups/:groupId/members` end point which you can use to add new members to a...

I've discovered the same and this is the workaround I'm using for now: ``` beforeEach(async () => { //creating a contextId const contextId = ContextIdFactory.create() const moduleFixture: TestingModule = await...

Ok just noticed a side effect. My fix was specifically for jasmine waitsFor timeout failures, it didn't print out the time out message provided to waitsFor, but now it prints...

found a simpler solution. If trace.stack is not defined just print the message instead of the trace object which will just be printed out as [Object Object].