Skip to content

Commit c646e42

Browse files
Improve tests
1 parent c9aa0d5 commit c646e42

File tree

2 files changed

+43
-103
lines changed

2 files changed

+43
-103
lines changed

package-lock.json

Lines changed: 42 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit/util/tags.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe("isHtmlAttribute", () => {
2424
["role", true],
2525
["data-whatever", true],
2626
["aria-whatever", true],
27+
["style", true],
2728
["notattribute", false],
2829
["href", false],
2930
["name", false],

0 commit comments

Comments
 (0)