useContext = jest.fn(); }); + + afterEach(() => { + useContextMock.mockReset(); + }); describe('the <Hotels /> component', () => { ... 3.
確定! 回上一頁