We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2d17c commit e4aaf56Copy full SHA for e4aaf56
tests/lib/rules-preprocessor/gjs-gts-parser-test.js
@@ -272,7 +272,6 @@ const invalid = [
272
{{noop}}
273
<usedEl />
274
<undef.x />
275
- <non-std-html-tag />
276
{{/let}}
277
</template>
278
`,
@@ -299,17 +298,6 @@ const invalid = [
299
298
ruleId: 'no-undef',
300
severity: 2,
301
},
302
- {
303
- column: 10,
304
- endColumn: 26,
305
- endLine: 7,
306
- line: 7,
307
- message: "'non-std-html-tag' is not defined.",
308
- messageId: 'undef',
309
- nodeType: 'GlimmerElementNodePart',
310
- ruleId: 'no-undef',
311
- severity: 2,
312
- },
313
],
314
315
{
0 commit comments