chore(deps): update dependency vitest to v4 #130
Annotations
6 errors
|
|
|
tests/Word.test.ts#L102
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara…
- Expected
+ Received
Error {
"message": "Wildcards cannot be the only character in the word",
+ "code": "GenericFailure",
}
❯ tests/Word.test.ts:102:35
|
|
tests/Word.test.ts#L98
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara…
- Expected
+ Received
Error {
"message": "Wildcards cannot be the only character in the word",
+ "code": "GenericFailure",
}
❯ tests/Word.test.ts:98:33
|
|
tests/Word.test.ts#L94
AssertionError: expected a thrown error to be Error: The word cannot be empty
- Expected
+ Received
Error {
"message": "The word cannot be empty",
+ "code": "GenericFailure",
}
❯ tests/Word.test.ts:94:31
|
|
tests/Word.test.ts#L90
AssertionError: expected a thrown error to be Error: Escape character cannot be at the …
- Expected
+ Received
Error {
"message": "Escape character cannot be at the end of the word",
+ "code": "GenericFailure",
}
❯ tests/Word.test.ts:90:36
|
|
tests/Word.test.ts#L86
AssertionError: expected a thrown error to be Error: Unterminated character group
- Expected
+ Received
Error {
"message": "Unterminated character group",
+ "code": "GenericFailure",
}
❯ tests/Word.test.ts:86:35
|
The logs for this run have expired and are no longer available.
Loading