소스 검색

Remove `only`

Josh Hanley 1 년 전
부모
커밋
361e78222b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/cypress/integration/plugins/focus.spec.js

+ 1 - 1
tests/cypress/integration/plugins/focus.spec.js

@@ -29,7 +29,7 @@ test('can trap focus',
     },
 )
 
-test.only('works with clone',
+test('works with clone',
     [html`
         <div id="foo" x-data="{
             open: false,