Skip to content

feat(docs): add markdown to Storyblok richtext conversion documentation #352

feat(docs): add markdown to Storyblok richtext conversion documentation

feat(docs): add markdown to Storyblok richtext conversion documentation #352

Triggered via pull request August 21, 2025 06:57
Status Failure
Total duration 3m 13s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Process completed with exit code 1.
src/commands/create/index.test.ts > createCommand > different blueprints > should handle next blueprint correctly: 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
src/commands/create/index.test.ts > createCommand > different blueprints > should handle nuxt blueprint correctly: 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
src/commands/create/index.test.ts > createCommand > different blueprints > should handle svelte blueprint correctly: 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
src/commands/create/index.test.ts > createCommand > different blueprints > should handle vue blueprint correctly: 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
src/commands/create/index.test.ts > createCommand > different blueprints > should handle react blueprint correctly: 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
src/commands/create/index.test.ts > createCommand > authentication > should initialize API client with correct credentials: 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
src/commands/create/index.test.ts > createCommand > project generation > should generate project successfully and create all resources: 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
src/commands/create/index.test.ts > createCommand > blueprint validation > should accept valid blueprint via --blueprint flag: 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
build
Object literal may only specify known properties, and 'space' does not exist in type 'CreateSpaceRequest'.