File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ test('properties', async function (t) {
257
257
*/
258
258
jsx ( type , props ) {
259
259
foundProps = props
260
- return production . jsx ( type , props )
260
+ return production . jsx ( type , { } )
261
261
} ,
262
262
stylePropertyNameCase : 'css'
263
263
}
@@ -684,7 +684,7 @@ test('react specific: `align` to `style`', async function (t) {
684
684
*/
685
685
jsx ( type , props ) {
686
686
foundProps = props
687
- return production . jsx ( type , props )
687
+ return production . jsx ( type , { } )
688
688
} ,
689
689
stylePropertyNameCase : 'css'
690
690
} )
@@ -712,7 +712,7 @@ test('react specific: `align` to `style`', async function (t) {
712
712
*/
713
713
jsx ( type , props ) {
714
714
foundProps = props
715
- return production . jsx ( type , props )
715
+ return production . jsx ( type , { } )
716
716
} ,
717
717
stylePropertyNameCase : 'dom'
718
718
} )
You can’t perform that action at this time.
0 commit comments