Skip to content

Commit

Permalink
Add float number
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 16, 2020
1 parent 3097449 commit 7205f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils/not-dom-node-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = [
// ArrayExpression
'[]',
'[1]',
'[element]',
'[...elements]',
// ArrowFunctionExpression
'() => {}',
Expand All @@ -14,6 +14,7 @@ module.exports = [
// Literal
'0',
'1',
'0.1',
'""',
'"string"',
'/regex/',
Expand Down

0 comments on commit 7205f6d

Please sign in to comment.