Quellcode durchsuchen

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

Josh Hanley vor 2 Jahren
Ursprung
Commit
c42dfdacc3
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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>