File tree Expand file tree Collapse file tree 4 files changed +576
-334
lines changed Expand file tree Collapse file tree 4 files changed +576
-334
lines changed Original file line number Diff line number Diff line change 55
55
"concurrently" : " ^8.0.1" ,
56
56
"ts-node" : " ^10.9.1"
57
57
},
58
- "engines" : {
59
- "node" : " >=20.10.0"
60
- },
61
58
"sideEffects" : false
62
59
}
Original file line number Diff line number Diff line change 73
73
"@swc/core" : " ^1.3.41" ,
74
74
"@swc/jest" : " ^0.2.24" ,
75
75
"@testing-library/cypress" : " ^10.0.1" ,
76
- "@testing-library/jest-dom" : " ^5.16 .5" ,
77
- "@testing-library/react" : " ^14.0.0 " ,
76
+ "@testing-library/jest-dom" : " ^6.1 .5" ,
77
+ "@testing-library/react" : " ^14.1.2 " ,
78
78
"@types/fs-extra" : " ^11.0.1" ,
79
- "@types/jest" : " ^29.5.0 " ,
79
+ "@types/jest" : " ^29.5.11 " ,
80
80
"@types/lodash.clamp" : " ^4.0.7" ,
81
81
"@types/lodash.shuffle" : " ^4.2.7" ,
82
82
"@types/mdx-js__react" : " ^1.5.5" ,
90
90
"eslint" : " ^8.36.0" ,
91
91
"flush-microtasks" : " ^1.0.1" ,
92
92
"husky" : " ^8.0.3" ,
93
- "jest" : " ^29.5 .0" ,
94
- "jest-environment-jsdom" : " ^29.5 .0" ,
93
+ "jest" : " ^29.7 .0" ,
94
+ "jest-environment-jsdom" : " ^29.7 .0" ,
95
95
"konva" : " ^9.2.3" ,
96
96
"mock-raf" :
" npm:@react-spring/[email protected] " ,
97
97
"prettier" : " ^2.8.4" ,
Original file line number Diff line number Diff line change 1
1
import * as React from 'react'
2
2
import { forwardRef } from 'react'
3
3
import { render } from '@testing-library/react'
4
- import '@testing-library/jest-dom/extend-expect'
5
4
import createMockRaf , { MockRaf } from 'mock-raf'
6
5
import { Globals } from '@react-spring/shared'
7
6
import { SpringValue , Animatable } from '@react-spring/core'
You can’t perform that action at this time.
0 commit comments