Browse Source

Remove it.only

bubble
Kyle Shockey 7 years ago
parent
commit
b7a3f10f64
No known key found for this signature in database GPG Key ID: DC20D559FFBC0D36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/components/schemes.js

+ 1
- 1
test/components/schemes.js View File

@@ -41,7 +41,7 @@ describe("<Schemes/>", function(){
expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get") expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get")
}) })


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(){


let setSchemeSpy = createSpy() let setSchemeSpy = createSpy()




Loading…
Cancel
Save