Caleb Porzio 4 tahun lalu
induk
melakukan
31945929cd
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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', () => {