Skip to content

Commit 1fcc8d3

Browse files
committed
changed masterstate js to ts
1 parent 10afbd5 commit 1fcc8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/__tests__/timeJump.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/* eslint-disable @typescript-eslint/no-var-requires */
33
/* eslint-disable max-classes-per-file */
44
import timeJumpRequire from '../timeJump';
5+
// import { ComponentData } from '../types/backendTypes';
56
// const timeJumpRequire = require('../timeJump');
67

78
class Component {
@@ -33,7 +34,7 @@ class FiberNode {
3334
}
3435
}
3536

36-
describe('unit testing for timeJump.js', () => {
37+
describe('unit testing for timeJump.ts', () => {
3738
let timeJump: (target) => void;
3839
let snapShot: Record<string, FiberNode>;
3940
let mode;

0 commit comments

Comments
 (0)