Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| ionic-framework | Preview | Comment | Nov 3, 2025 9:54pm |
| const firstAccordion = accordionGroup.querySelector('ion-accordion[value="first"]')!; | ||
|
|
||
| expect(firstAccordion.classList.contains('accordion-expanded')).toEqual(true); | ||
| expect(firstAccordion.classList.contains('accordion-expanding')).toEqual(false); |
| export class Accordion implements ComponentInterface { | ||
| private accordionGroupEl?: HTMLIonAccordionGroupElement | null; | ||
| private updateListener = () => this.updateState(false); | ||
| private updateListener = () => { |