Skip to content

Commit 0b552b5

Browse files
committed
[Tests] fix linting errors
1 parent 7234174 commit 0b552b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/enzyme-test-suite/test/ReactWrapper-spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@ describeWithDOM('mount', () => {
23572357
<div>
23582358
{foo} Bar {foo} Bar {foo}
23592359
</div>
2360-
)
2360+
);
23612361
}
23622362
}
23632363

packages/enzyme-test-suite/test/ShallowWrapper-spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ describe('shallow', () => {
21622162
<div>
21632163
{foo} Bar {foo} Bar {foo}
21642164
</div>
2165-
)
2165+
);
21662166
}
21672167
}
21682168

0 commit comments

Comments
 (0)