Quellcode durchsuchen

Remove .only from x-on.spec (#2545)

* Add Webstorm cach to ignore

* Remove .only from x-on.spec
Krystian Sz vor 3 Jahren
Ursprung
Commit
d3765d64fa
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 0
      .gitignore
  2. 1 1
      tests/cypress/integration/directives/x-on.spec.js

+ 1 - 0
.gitignore

@@ -2,3 +2,4 @@ node_modules
 scratch.md
 dist/
 .env.json
+.idea

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