chore: release v2.2.1 #413
Annotations
2 errors
test
Process completed with exit code 1.
|
test:
test/e2e.test.ts#L19
Error: Snapshot `nuxt-api-party > throws error for invalid response with $testApi 1` mismatched
- Expected
+ Received
{
"data": {
"reason": "anything",
},
+ "error": true,
"message": "Not Found",
- "stack": "",
"statusCode": 404,
"statusMessage": "Not Found",
- "url": "/api/foo/bar",
+ "url": "http://localhost/api/foo/bar",
}
❯ test/e2e.test.ts:19:33
|