diff options
Diffstat (limited to 'jest')
-rw-r--r-- | jest/test-pds.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 1912ffc6a..51d964394 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -346,6 +346,7 @@ class Mocker { const labelSrvc = ctx.services.label(ctx.db.getPrimary()) await labelSrvc.createLabels([ { + // @ts-ignore src: ctx.cfg.labelerDid, uri: did, cid: '', @@ -375,6 +376,7 @@ class Mocker { const labelSrvc = ctx.services.label(ctx.db.getPrimary()) await labelSrvc.createLabels([ { + // @ts-ignore src: ctx.cfg.labelerDid, uri: profile.uri, cid: profile.cid, @@ -393,6 +395,7 @@ class Mocker { const labelSrvc = ctx.services.label(ctx.db.getPrimary()) await labelSrvc.createLabels([ { + // @ts-ignore src: ctx.cfg.labelerDid, uri, cid, |