Skip to content

Commit 3703047

Browse files
Update path.matcher.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 44aa3ab commit 3703047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test-setup/src/lib/extend/path.matcher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ expect.extend({
6767
return pass
6868
? {
6969
message: () =>
70-
`expected ${actual} not to starts with path ${expected}`,
70+
`expected ${actual} not to start with path ${expected}`,
7171
pass: true,
7272
actual,
7373
expected,
7474
}
7575
: {
76-
message: () => `expected ${actual} to starts with path ${expected}`,
76+
message: () => `expected ${actual} to start with path ${expected}`,
7777
pass: false,
7878
actual,
7979
expected,

0 commit comments

Comments
 (0)