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 eb79415 commit a7a1be9Copy full SHA for a7a1be9
1 file changed
tests/lib/rules/template-no-action.js
@@ -70,7 +70,7 @@ ruleTester.run('template-no-action', rule, {
70
errors: [
71
{
72
message:
73
- 'Do not use \`action\` as (action ...) — deprecated in Ember 5.9, removed in 6.0. Use the \`fn\` helper instead.',
+ 'Do not use `action` as (action ...) — deprecated in Ember 5.9, removed in 6.0. Use the `fn` helper instead.',
74
type: 'GlimmerSubExpression',
75
},
76
],
0 commit comments