test("sets loop endpoint", () => {
        testScore.loopEnd = 42;
        expect(testScore["loop"].end).toEqual(42);
    });