Caleb Porzio 3 years ago
parent
commit
b8e6feac1c
1 changed files with 1 additions and 1 deletions
  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">