소스 검색

Remove it.only

bubble
Kyle Shockey 7 년 전
부모
커밋
b7a3f10f64
No known key found for this signature in database GPG 키 ID: DC20D559FFBC0D36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/components/schemes.js

+ 1
- 1
test/components/schemes.js 파일 보기

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



불러오는 중...
취소
저장