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