Caleb Porzio 4 년 전
부모
커밋
31945929cd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/cypress/integration/custom-data.spec.js

+ 2 - 2
tests/cypress/integration/custom-data.spec.js

@@ -17,7 +17,7 @@ test('can register custom data providers',
     ({ get }) => get('span').should(haveText('bar'))
 )
 
-test.only('can accept initial params',
+test('can accept initial params',
     html`
         <script>
             document.addEventListener('alpine:init', () => {
@@ -39,7 +39,7 @@ test.only('can accept initial params',
     }
 )
 
-test.only('can spread together',
+test('can spread together',
     html`
         <script>
             document.addEventListener('alpine:init', () => {