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"}
For some reason i get pipe symbols in the quick fix list
ok it looks like the errorformat does not match