Caleb Porzio 4 سال پیش
والد
کامیت
4daafb443c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: '' }"