We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9747559 commit b7a3f10Copy full SHA for b7a3f10
test/components/schemes.js
@@ -41,7 +41,7 @@ describe("<Schemes/>", function(){
41
expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get")
42
})
43
44
- it.only("doesn't call props.specActions.setScheme() when schemes hasn't changed", function(){
+ it("doesn't call props.specActions.setScheme() when schemes hasn't changed", function(){
45
46
let setSchemeSpy = createSpy()
47
0 commit comments