Magnus Crafoord

Results 3 issues of Magnus Crafoord

### Idea When using `vitest` instead of `jest` for running the tests I can't manage to get the `json` report to include the `coverageMap` property. But I can tell my...

enhancement

## Expected Behavior When getting a resolved entry I'm expecting it to be free of circular references. (I also tried getEntries but same problem) ```ts const currentEntry = await contentfulClient.withoutUnresolvableLinks.getEntry(key.id,...

I have a schema like: ```ts export const purchaseSchema = item({ userId: string().key().transform(prefix(PurchaseTableEntities.PURCHASE)).savedAs('pk'), purchaseId: string().key().default(ulid()).savedAs('sk'), // ... }) ``` That I then put on an entity `PurchaseEntity`. When I then...

question
v2