Fix lint error

This commit is contained in:
Austin
2026-05-12 11:15:36 -07:00
parent a97d3398a5
commit 549b528ba3

View File

@@ -42,7 +42,7 @@ export class VueNodeFixture {
}
async select() {
this.header.click()
await this.header.click()
}
async toggleCollapse(): Promise<void> {