Skip to content

Commit 90c2482

Browse files
committed
Fix jest error
1 parent 6efa413 commit 90c2482

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/cseMachine/__tests__/CseMachineAnimation.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { AnimatableTo, AnimationConfig } from '../animationComponents/base/Anima
66
import { AnimationComponent } from '../animationComponents/base/AnimationComponents';
77
import { CseAnimation } from '../CseMachineAnimation';
88

9-
jest.setTimeout(10000);
10-
119
const mockStage = new Konva.Stage({
1210
container: document.createElement('div'),
1311
width: 500,

0 commit comments

Comments
 (0)