Create file to define model specs #6
Annotations
2 errors
tests/TaxForm.spec.js > TaxForm Form Submission > should submit form if validation succeeds:
frontend/tests/TaxForm.spec.js#L33
AssertionError: expected "wrap" to be called with arguments: [ …(3) ]
Received:
1st wrap call:
[
"http://localhost:8000/api/advice/generate",
{
"userData": {
"expenses": 2000,
"income": 20000,
"propertiesNum": 2,
},
"userPrompt": "Any advice to reduce my taxes?",
},
{
"headers": {
"Content-Type": "application/json",
},
+ "withCredentials": true,
},
]
Number of calls: 1
❯ tests/TaxForm.spec.js:33:24
|
build (20.x)
Process completed with exit code 1.
|