Caleb Porzio 2 ani în urmă
părinte
comite
2018f5f0a8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/cypress/integration/plugins/morph.spec.js

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

@@ -422,7 +422,7 @@ test('can morph with flat-nested conditional markers',
     },
     },
 )
 )
 
 
-// '@event' handlers cannot be assigned directly on the element
+// '@event' handlers cannot be assigned directly on the element without Alpine's internl monkey patching...
 test('can morph @event handlers', [
 test('can morph @event handlers', [
     html`
     html`
         <div x-data="{ foo: 'bar' }">
         <div x-data="{ foo: 'bar' }">