Skip to content

Commit f1d15dd

Browse files
Fix indentation
1 parent e1fd2aa commit f1d15dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/index_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ describe("Form", () => {
5252
<button type="submit">Another submit</button>
5353
</Form>
5454
);
55-
5655
const node = findDOMNode(comp);
5756
expect(node.querySelectorAll("button[type=submit]"))
58-
.to.have.length.of(2);
57+
.to.have.length.of(2);
5958
});
6059
});
6160

0 commit comments

Comments
 (0)