Caleb Porzio 4 years ago
parent
commit
4daafb443c
1 changed files with 1 additions and 1 deletions
  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: '' }"