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 6efa413 commit 90c2482Copy full SHA for 90c2482
src/features/cseMachine/__tests__/CseMachineAnimation.tsx
@@ -6,8 +6,6 @@ import { AnimatableTo, AnimationConfig } from '../animationComponents/base/Anima
6
import { AnimationComponent } from '../animationComponents/base/AnimationComponents';
7
import { CseAnimation } from '../CseMachineAnimation';
8
9
-jest.setTimeout(10000);
10
-
11
const mockStage = new Konva.Stage({
12
container: document.createElement('div'),
13
width: 500,
0 commit comments