Caleb Porzio 4 년 전
부모
커밋
b8e6feac1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/cypress/integration/directives/x-bind.spec.js

+ 1 - 1
tests/cypress/integration/directives/x-bind.spec.js

@@ -9,7 +9,7 @@ test('sets attribute bindings on initialize',
     ({ get }) => get('span').should(haveAttribute('foo', 'bar'))
 )
 
-test.only('sets undefined nested keys to empty string',
+test('sets undefined nested keys to empty string',
     html`
         <div x-data="{ nested: {} }">
             <span x-bind:foo="nested.field">