Skip to content

Commit

Permalink
Add test for nullish properties
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 10, 2023
1 parent 8c40d4e commit 5aad622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ test('should support data properties', () => {
root.children.unshift({
type: 'element',
tagName: 'i',
properties: {dataWhatever: 'a'},
properties: {dataWhatever: 'a', dataIgnoreThis: undefined},
children: []
})
}
Expand Down

0 comments on commit 5aad622

Please sign in to comment.