feat(docs): add markdown to Storyblok richtext conversion documentation #352
Annotations
10 errors
|
Check
Process completed with exit code 1.
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L439
AssertionError: expected "spy" to be called with arguments: [ { name: 'My Project', …(1) } ]
Received:
1st spy call:
[
{
+ "in_org": false,
+ "space": {
"domain": "https://localhost:3000/",
"name": "My Project",
+ },
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:439:27
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L439
AssertionError: expected "spy" to be called with arguments: [ { name: 'My Project', …(1) } ]
Received:
1st spy call:
[
{
+ "in_org": false,
+ "space": {
"domain": "https://localhost:3000/",
"name": "My Project",
+ },
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:439:27
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L439
AssertionError: expected "spy" to be called with arguments: [ { name: 'My Project', …(1) } ]
Received:
1st spy call:
[
{
+ "in_org": false,
+ "space": {
"domain": "https://localhost:5173/",
"name": "My Project",
+ },
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:439:27
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L439
AssertionError: expected "spy" to be called with arguments: [ { name: 'My Project', …(1) } ]
Received:
1st spy call:
[
{
+ "in_org": false,
+ "space": {
"domain": "https://localhost:5173/",
"name": "My Project",
+ },
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:439:27
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L439
AssertionError: expected "spy" to be called with arguments: [ { name: 'My Project', …(1) } ]
Received:
1st spy call:
[
{
+ "in_org": false,
+ "space": {
"domain": "https://localhost:5173/",
"name": "My Project",
+ },
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:439:27
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L406
AssertionError: expected "spy" to be called with arguments: [ { token: 'test-token', …(1) } ]
Received:
1st spy call:
[
{
+ "onRequest": [Function onRequest],
+ "onResponse": [Function onResponse],
"region": "eu",
"token": "test-token",
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:406:26
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L279
AssertionError: expected "spy" to be called with arguments: [ { name: 'My Project', …(1) } ]
Received:
1st spy call:
[
{
+ "in_org": false,
+ "space": {
"domain": "https://localhost:5173/",
"name": "My Project",
+ },
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:279:27
|
|
Check:
packages/cli/src/commands/create/index.test.ts#L141
AssertionError: expected "spy" to be called with arguments: [ { name: 'My Project', …(1) } ]
Received:
1st spy call:
[
{
+ "in_org": false,
+ "space": {
"domain": "https://localhost:5173/",
"name": "My Project",
+ },
},
]
Number of calls: 1
❯ src/commands/create/index.test.ts:141:27
|
|
Check
Object literal may only specify known properties, and 'space' does not exist in type 'CreateSpaceRequest'.
|
Loading