Caleb Porzio 3 rokov pred
rodič
commit
4daafb443c

+ 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`
     html`
         <div
         <div
             x-data="{ foo: 'bar', fresh: '', old: '' }"
             x-data="{ foo: 'bar', fresh: '', old: '' }"