Caleb Porzio 3 rokov pred
rodič
commit
b4cbe85156
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tests/cypress/integration/mutation.spec.js

+ 1 - 1
tests/cypress/integration/mutation.spec.js

@@ -82,7 +82,7 @@ test('can add new directive',
     }
     }
 )
 )
 
 
-test.only('can pause and queue mutations for later resuming/flushing',
+test('can pause and queue mutations for later resuming/flushing',
     html`
     html`
         <div x-data="{ foo: 1 }">
         <div x-data="{ foo: 1 }">
             <button x-on:click="setTimeout(() => foo++)" x-ref="btn">foo</button>
             <button x-on:click="setTimeout(() => foo++)" x-ref="btn">foo</button>