File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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) {
257257 */
258258 jsx ( type , props ) {
259259 foundProps = props
260- return production . jsx ( type , props )
260+ return production . jsx ( type , { } )
261261 } ,
262262 stylePropertyNameCase : 'css'
263263 }
@@ -684,7 +684,7 @@ test('react specific: `align` to `style`', async function (t) {
684684 */
685685 jsx ( type , props ) {
686686 foundProps = props
687- return production . jsx ( type , props )
687+ return production . jsx ( type , { } )
688688 } ,
689689 stylePropertyNameCase : 'css'
690690 } )
@@ -712,7 +712,7 @@ test('react specific: `align` to `style`', async function (t) {
712712 */
713713 jsx ( type , props ) {
714714 foundProps = props
715- return production . jsx ( type , props )
715+ return production . jsx ( type , { } )
716716 } ,
717717 stylePropertyNameCase : 'dom'
718718 } )
You can’t perform that action at this time.
0 commit comments