diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-26 13:54:25 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-26 13:54:25 -0800 |
commit | 77d47c2b45923ed1ef6a1c6598826e656db55d8c (patch) | |
tree | f58e52effea079f63ca8f7a284acdea6b9764521 /jest | |
parent | 93133b4864afedef16c58d56cdcceb673fd3e9a9 (diff) | |
download | voidsky-77d47c2b45923ed1ef6a1c6598826e656db55d8c.tar.zst |
Bump dev-env
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, |