Caleb Porzio %!s(int64=4) %!d(string=hai) anos
pai
achega
4daafb443c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: '' }"