Skip to content

Commit c28c813

Browse files
committed
corrected test for timejump.ts
1 parent 492572c commit c28c813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/__tests__/timeJump.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('unit testing for timeJump.ts', () => {
6262
];
6363

6464
snapShot = { tree };
65-
timeJump = timeJumpRequire(snapShot, mode);
65+
timeJump = timeJumpRequire(mode);
6666
});
6767
test('calling the initial require should return a function', () => {
6868
expect(typeof timeJumpRequire).toBe('function');

0 commit comments

Comments
 (0)