Build for previous commit #150
Annotations
5 errors
Test:
src/tests/components/Content/FormLogin.test.ts#L56
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Welcome back John Doe!",
- "pos": "bottom-right",
- "status": "success",
+ "pos": "top-right",
+ "status": "primary",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormLogin.test.ts:56:36
|
Test:
src/tests/components/Content/FormLogin.test.ts#L102
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Welcome back John Doe!",
- "pos": "bottom-right",
- "status": "success",
+ "pos": "top-right",
+ "status": "primary",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormLogin.test.ts:102:36
|
Test:
src/tests/components/Content/FormRegister.test.ts#L108
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Succesfully registered John Doe!",
- "pos": "bottom-right",
+ "pos": "top-right",
"status": "success",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormRegister.test.ts:108:36
|
Test:
src/tests/components/Content/FormRegister.test.ts#L166
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Succesfully registered John Doe!",
- "pos": "bottom-right",
+ "pos": "top-right",
"status": "success",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormRegister.test.ts:166:36
|
Test
Process completed with exit code 1.
|
Loading