fix: edge case for solid plugin #110
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
src/error.test.ts > APIError > should throw correct stack:
src/error.test.ts#L32
Error: Snapshot `APIError > should throw correct stack 3` mismatched
- Expected
+ Received
- "[InternalAPIError: Test error in function] {
+ "[HideStackFramesError [APIError]: Test error in function] {
status: 'INTERNAL_SERVER_ERROR',
body: { code: 'TEST_ERROR_IN_FUNCTION', message: 'Test error in function' },
headers: {},
statusCode: 500
}"
❯ src/error.test.ts:32:25
|