Caleb Porzio 3 년 전
부모
커밋
b4cbe85156
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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`
         <div x-data="{ foo: 1 }">
             <button x-on:click="setTimeout(() => foo++)" x-ref="btn">foo</button>