Skip to content

Commit 9e01023

Browse files
committed
Revert unrelated changes
1 parent 44edfb9 commit 9e01023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/index.js

+3-3
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)