Skip to content

Commit 7f59d5f

Browse files
phateddanez
authored andcommitted
Lint fixes
1 parent a9412eb commit 7f59d5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utils/__tests__/getMemberExpressionValuePath-test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ describe('getMemberExpressionValuePath', () => {
5151
Foo[imComputed] = () => {};
5252
`);
5353

54-
expect(getMemberExpressionValuePath(def, 'imComputed', noopImporter)).not.toBeDefined();
54+
expect(
55+
getMemberExpressionValuePath(def, 'imComputed', noopImporter),
56+
).not.toBeDefined();
5557
});
5658
});
5759
describe('TaggedTemplateLiteral', () => {

0 commit comments

Comments
 (0)