test("should generate correct token at the start of the cycle", () => {
        const start = 1665644340000
        jest.setSystemTime(start + 1)
        expect(TOTP.generate("JBSWY3DPEHPK3PXP").otp).toEqual("886842")
    })