Caleb Porzio 3 년 전
부모
커밋
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: '' }"