Skip to content

Commit

Permalink
corrected test for timejump.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eminthrv committed Oct 13, 2022
1 parent 492572c commit c28c813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/__tests__/timeJump.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('unit testing for timeJump.ts', () => {
];

snapShot = { tree };
timeJump = timeJumpRequire(snapShot, mode);
timeJump = timeJumpRequire(mode);
});
test('calling the initial require should return a function', () => {
expect(typeof timeJumpRequire).toBe('function');
Expand Down

0 comments on commit c28c813

Please sign in to comment.