Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve test to make sure DID docs containing 'exotic' keys can still be read back

+6
+6
packages/server/tests/server.test.ts
··· 130 130 rotationKey3, 131 131 exoticSigningKeyFromTheFuture, 132 132 ) 133 + 134 + // check that we can still read back the did document 135 + const doc = await client.getDocumentData(did2) 136 + expect(doc.verificationMethods).toEqual({ 137 + atproto: exoticSigningKeyFromTheFuture, 138 + }) 133 139 }) 134 140 135 141 it('does not allow syntactically invalid service keys', async () => {