Skip to content

Commit 185310f

Browse files
committed
test: remove invalid test case with no error
This gets caught by ESLint 7.3.0.
1 parent 6ee87d3 commit 185310f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/lib/rules/no-arrow-function-computed-properties.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ ruleTester.run('no-arrow-function-computed-properties', rule, {
7373
output: null,
7474
errors: [{ message: ERROR_MESSAGE, type: 'ArrowFunctionExpression' }],
7575
},
76-
{
77-
code: 'computed(() => { return 123; })',
78-
output: null,
79-
errors: [],
80-
options: [{ onlyThisContexts: true }],
81-
},
8276
{
8377
code: "computed('prop', () => { return this.prop; })",
8478
output: null,

0 commit comments

Comments
 (0)