Skip to content

Commit b7a3f10

Browse files
committed
Remove it.only
1 parent 9747559 commit b7a3f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/schemes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe("<Schemes/>", function(){
4141
expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get")
4242
})
4343

44-
it.only("doesn't call props.specActions.setScheme() when schemes hasn't changed", function(){
44+
it("doesn't call props.specActions.setScheme() when schemes hasn't changed", function(){
4545

4646
let setSchemeSpy = createSpy()
4747

0 commit comments

Comments
 (0)