Sfoglia il codice sorgente

Remove it.only

bubble
Kyle Shockey 7 anni fa
parent
commit
b7a3f10f64
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: DC20D559FFBC0D36
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/components/schemes.js

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

@@ -41,7 +41,7 @@ describe("<Schemes/>", function(){
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()



Caricamento…
Annulla
Salva