1 describe("'masterHook' hook", () => { 2 it('runs the hook', async () => { 3 expect(1).toEqual(1); 4 }); 5 });