Skip to content

Commit 1f5220c

Browse files
committed
Add: messaging for first validation improved
1 parent df1fd8b commit 1f5220c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dom/src/lib/ElementAssertion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class ElementAssertion<T extends Element> extends Assertion<T> {
162162
const [expectedStyle, receivedStyle] = getExpectedAndReceivedStyles(this.actual, expected);
163163

164164
if (!expectedStyle || !receivedStyle) {
165-
throw new Error("No available styles.");
165+
throw new Error("Currently there are no available styles.");
166166
}
167167

168168
const error = new AssertionError({

0 commit comments

Comments
 (0)