Namespace class #14
Annotations
10 errors
Run pnpm test:
tests/bsky-actor.test.ts#L392
AssertionError: expected { Object (type, properties) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -17,11 +17,7 @@
],
"required": true,
"type": "string",
},
},
- "required": [
- "label",
- "visibility",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:392:32
|
Run pnpm test:
tests/bsky-actor.test.ts#L373
AssertionError: expected { Object (type, properties) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -4,10 +4,7 @@
"default": false,
"required": true,
"type": "boolean",
},
},
- "required": [
- "enabled",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:373:32
|
Run pnpm test:
tests/bsky-actor.test.ts#L312
AssertionError: expected { Object (type, properties) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -18,13 +18,7 @@
"format": "at-uri",
"required": true,
"type": "string",
},
},
- "required": [
- "issuer",
- "uri",
- "isValid",
- "createdAt",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:312:32
|
Run pnpm test:
tests/bsky-actor.test.ts#L281
AssertionError: expected { Object (type, properties) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -25,12 +25,7 @@
],
"required": true,
"type": "string",
},
},
- "required": [
- "verifications",
- "verifiedStatus",
- "trustedVerifierStatus",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:281:33
|
Run pnpm test:
tests/bsky-actor.test.ts#L252
AssertionError: expected { Object (type, properties) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -13,11 +13,7 @@
"minLength": 0,
"required": true,
"type": "array",
},
},
- "required": [
- "count",
- "followers",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:252:30
|
Run pnpm test:
tests/bsky-actor.test.ts#L195
AssertionError: expected { Object (type, properties) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -8,10 +8,7 @@
],
"required": true,
"type": "string",
},
},
- "required": [
- "allowSubscriptions",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:195:53
|
Run pnpm test:
tests/bsky-actor.test.ts#L174
AssertionError: expected { Object (type, properties) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -8,10 +8,7 @@
],
"required": true,
"type": "string",
},
},
- "required": [
- "allowIncoming",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:174:37
|
Run pnpm test:
tests/bsky-actor.test.ts#L106
AssertionError: expected { type: 'object', …(1) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -82,11 +82,7 @@
"website": {
"format": "uri",
"type": "string",
},
},
- "required": [
- "did",
- "handle",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:106:35
|
Run pnpm test:
tests/bsky-actor.test.ts#L58
AssertionError: expected { type: 'object', …(1) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -57,11 +57,7 @@
"viewer": {
"ref": "#viewerState",
"type": "ref",
},
},
- "required": [
- "did",
- "handle",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:58:27
|
Run pnpm test:
tests/bsky-actor.test.ts#L19
AssertionError: expected { type: 'object', …(1) } to deeply equal { type: 'object', …(2) }
- Expected
+ Received
@@ -48,11 +48,7 @@
"viewer": {
"ref": "#viewerState",
"type": "ref",
},
},
- "required": [
- "did",
- "handle",
- ],
"type": "object",
}
❯ tests/bsky-actor.test.ts:19:32
|
Loading