Caleb Porzio 4 lat temu
rodzic
commit
4daafb443c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/cypress/integration/magics/$watch.spec.js

+ 1 - 1
tests/cypress/integration/magics/$watch.spec.js

@@ -21,7 +21,7 @@ test('$watch',
     }
 )
 
-test.only('$watch receives old value',
+test('$watch receives old value',
     html`
         <div
             x-data="{ foo: 'bar', fresh: '', old: '' }"