فهرست منبع

Remove `only`

Josh Hanley 1 سال پیش
والد
کامیت
361e78222b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/cypress/integration/plugins/focus.spec.js

+ 1 - 1
tests/cypress/integration/plugins/focus.spec.js

@@ -29,7 +29,7 @@ test('can trap focus',
     },
 )
 
-test.only('works with clone',
+test('works with clone',
     [html`
         <div id="foo" x-data="{
             open: false,