We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492572c commit c28c813Copy full SHA for c28c813
src/backend/__tests__/timeJump.test.ts
@@ -62,7 +62,7 @@ describe('unit testing for timeJump.ts', () => {
62
];
63
64
snapShot = { tree };
65
- timeJump = timeJumpRequire(snapShot, mode);
+ timeJump = timeJumpRequire(mode);
66
});
67
test('calling the initial require should return a function', () => {
68
expect(typeof timeJumpRequire).toBe('function');
0 commit comments