Commit ad13f39 Jack Pope
committed
1 parent ec4149a commit ad13f39 Copy full SHA for ad13f39
File tree 1 file changed +2
-2
lines changed
packages/react-art/src/__tests__
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ describe('ReactART', () => {
136
136
} ) ;
137
137
138
138
it ( 'should have the correct lifecycle state' , async ( ) => {
139
- let instance = < TestComponent /> ;
139
+ const instance = < TestComponent /> ;
140
140
const root = ReactDOMClient . createRoot ( container ) ;
141
141
await act ( ( ) => {
142
142
root . render ( instance ) ;
@@ -147,7 +147,7 @@ describe('ReactART', () => {
147
147
} ) ;
148
148
149
149
it ( 'should render a reasonable SVG structure in SVG mode' , async ( ) => {
150
- let instance = < TestComponent /> ;
150
+ const instance = < TestComponent /> ;
151
151
const root = ReactDOMClient . createRoot ( container ) ;
152
152
await act ( ( ) => {
153
153
root . render ( instance ) ;
You can’t perform that action at this time.
0 commit comments