Caleb Porzio 3 년 전
부모
커밋
6fd78b5c49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/cypress/integration/directives/x-on.spec.js

+ 1 - 1
tests/cypress/integration/directives/x-on.spec.js

@@ -97,7 +97,7 @@ test('.stop modifier',
     }
 )
 
-test.only('.capture modifier',
+test('.capture modifier',
     html`
         <div x-data="{ foo: 'bar' }">
             <button @click.capture="foo = 'baz'">