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'">