olalonde / jest-quickfix-reporter

Jest reporter for Vim's QuickFix
11 stars 3 forks source link

pipes #3

Closed danielnehrig closed 3 years ago

danielnehrig commented 3 years ago

For some reason i get pipe symbols in the quick fix list

|| TenantSerializer return an array which separates tenant from environment
|| /Users/dNehrig/code/work/microfrontend-checkout/domain/shared/shop-config/TenantSerializer.test.ts:5:39: Error: expect(received).toThrow() Matcher error: received value must be a function Received has type: object Received has value: {"environment": "qs", "tenant": "com"}
|| TenantSerializer should not return an empty string for environment if none was provided
|| /Users/dNehrig/code/work/microfrontend-checkout/domain/shared/shop-config/TenantSerializer.test.ts:10:36: Error: expect(received).toThrow() Matcher error: received value must be a function Received has type: object Received has value: {"environment": "", "tenant": "com"}

ok it looks like the errorformat does not match