Searched refs:_onDestroy (Results 1 – 1 of 1) sorted by relevance
21 const _onDestroy = jest.fn(); constant36 return _onDestroy(this.type);50 _onDestroy.mockClear();51 _onDestroy.mockReset();140 expect(_onDestroy).toHaveBeenCalledWith('child2');150 _onDestroy.mockClear();153 expect(_onDestroy).toHaveBeenCalledWith('child1');154 expect(_onDestroy).toHaveBeenCalledWith('child3');156 expect(_onDestroy).toHaveBeenCalledTimes(2);