瀏覽代碼

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

Josh Hanley 2 年之前
父節點
當前提交
c42dfdacc3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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'
 
-test('can entangle to getter/setter pairs',
+test.skip('can entangle to getter/setter pairs',
     [html`
     <div x-data="{ outer: 'foo' }">
         <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`
         <div x-data="{ outer: 'foo' }">
             <input x-model="outer" outer>