Procházet zdrojové kódy

Skip entangle tests since Alpine.entangle reference has been removed in commit edc96dd

Josh Hanley před 2 roky
rodič
revize
c42dfdacc3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      tests/cypress/integration/entangle.spec.js

+ 2 - 2
tests/cypress/integration/entangle.spec.js

@@ -1,6 +1,6 @@
 import { haveValue, html, test } from '../utils'
 import { haveValue, html, test } from '../utils'
 
 
-test('can entangle to getter/setter pairs',
+test.skip('can entangle to getter/setter pairs',
     [html`
     [html`
     <div x-data="{ outer: 'foo' }">
     <div x-data="{ outer: 'foo' }">
         <input x-model="outer" outer>
         <input x-model="outer" outer>
@@ -33,7 +33,7 @@ test('can entangle to getter/setter pairs',
     }
     }
 )
 )
 
 
-test('can release entanglement',
+test.skip('can release entanglement',
     [html`
     [html`
         <div x-data="{ outer: 'foo' }">
         <div x-data="{ outer: 'foo' }">
             <input x-model="outer" outer>
             <input x-model="outer" outer>