fix(js-client)!: enrich circular link dependencies #458
Annotations
5 errors
|
Check
Process completed with exit code 1.
|
|
Check
Type 'any[]' has no properties in common with type 'ISbStoriesParams'.
|
|
Check:
packages/js-client/src/index.test.ts#L1077
AssertionError: expected { _uid: 'author-uid', …(2) } to deeply equal { _uid: 'author-uid', …(3) }
- Expected
+ Received
@@ -1,7 +1,6 @@
{
- "_stopResolving": true,
"_uid": "author-uid",
"content": {
"component": "author",
"name": "John Doe",
},
❯ src/index.test.ts:1077:48
|
|
Check:
packages/js-client/src/index.test.ts#L992
AssertionError: expected [ { _uid: 'tag-1-uid', …(2) }, …(1) ] to deeply equal [ { _uid: 'tag-1-uid', …(3) }, …(1) ]
- Expected
+ Received
@@ -1,17 +1,15 @@
[
{
- "_stopResolving": true,
"_uid": "tag-1-uid",
"content": {
"component": "tag",
"name": "Tag 1",
},
"uuid": "tag-1-uuid",
},
{
- "_stopResolving": true,
"_uid": "tag-2-uid",
"content": {
"component": "tag",
"name": "Tag 2",
},
❯ src/index.test.ts:992:46
|
|
Check:
packages/js-client/src/index.test.ts#L917
AssertionError: expected { _uid: 'type-uid', …(2) } to deeply equal { _uid: 'type-uid', …(3) }
- Expected
+ Received
@@ -1,7 +1,6 @@
{
- "_stopResolving": true,
"_uid": "type-uid",
"content": {
"component": "event_type",
"name": "Test Event Type",
},
❯ src/index.test.ts:917:33
|
Loading