Skip to content

Commit 1122738

Browse files
committed
update unit test error message
1 parent 6b04b4e commit 1122738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-unknown-property.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ ruleTester.run('no-unknown-property', rule, {
473473
data: {
474474
name: 'fill',
475475
tagName: 'div',
476-
allowedTags: 'altGlyph, circle, ellipse, g, line, marker, mask, path, polygon, polyline, rect, svg, text, textPath, tref, tspan, use, animate, animateColor, animateMotion, animateTransform, set',
476+
allowedTags: 'altGlyph, circle, ellipse, g, line, marker, mask, path, polygon, polyline, rect, svg, symbol, text, textPath, tref, tspan, use, animate, animateColor, animateMotion, animateTransform, set',
477477
},
478478
},
479479
],

0 commit comments

Comments
 (0)