Skip to content

Commit e47e453

Browse files
author
Brian Staman Ogilvie
committed
add a test for fbs exclusion on unknown property
1 parent 6c408e1 commit e47e453

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ ruleTester.run('no-unknown-property', rule, {
153153

154154
// fbt
155155
{ code: '<fbt desc="foo" doNotExtract />;' },
156+
// fbs
157+
{ code: '<fbs desc="foo" doNotExtract />;'},
156158
]),
157159
invalid: parsers.all([
158160
{

0 commit comments

Comments
 (0)