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