Skip to content

Commit eaec50a

Browse files
committed
Chore: cleaning up duplicated function after conflict solving
1 parent 8b2bdb7 commit eaec50a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/dom/src/lib/ElementAssertion.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ export class ElementAssertion<T extends Element> extends Assertion<T> {
179179
});
180180
}
181181

182-
private getClassList(): string[] {
183-
return this.actual.className.split(/\s+/).filter(Boolean);
184-
}
185-
186182
/**
187183
* Asserts that the element has the specified CSS styles.
188184
*

0 commit comments

Comments
 (0)