Source: Support async parameters.docs.source.transform #43490
Annotations
10 errors
src/docs/sourceDecorator.test.ts > sourceDecorator > should render dynamically for args stories:
code/renderers/html/src/docs/sourceDecorator.ts#L29
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
❯ Module.sourceDecorator src/docs/sourceDecorator.ts:29:27
❯ src/docs/sourceDecorator.test.ts:53:5
|
src/docs/sourceDecorator.test.ts > sourceDecorator > should skip dynamic rendering for no-args stories:
code/renderers/html/src/docs/sourceDecorator.ts#L29
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
❯ Module.sourceDecorator src/docs/sourceDecorator.ts:29:27
❯ src/docs/sourceDecorator.test.ts:65:5
|
src/docs/sourceDecorator.test.ts > sourceDecorator > should use the originalStoryFn if excludeDecorators is set:
code/renderers/html/src/docs/sourceDecorator.ts#L29
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
❯ Module.sourceDecorator src/docs/sourceDecorator.ts:29:27
❯ src/docs/sourceDecorator.test.ts:88:5
|
test/default/cli.test.cjs > Default behavior > suggests the closest match to an unknown command:
code/lib/cli-storybook/test/default/cli.test.cjs#L10
AssertionError: expected 7 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 7
❯ test/default/cli.test.cjs:10:20
|
test/default/cli.test.cjs > Help command > should prints out "init" command:
code/lib/cli-storybook/test/default/cli.test.cjs#L20
AssertionError: expected 7 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 7
❯ test/default/cli.test.cjs:20:20
|
test/default/cli.test.cjs > Help command > should prints out "add" command:
code/lib/cli-storybook/test/default/cli.test.cjs#L29
AssertionError: expected 7 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 7
❯ test/default/cli.test.cjs:29:20
|
test/default/cli.test.cjs > Help command > should prints out "remove" command:
code/lib/cli-storybook/test/default/cli.test.cjs#L38
AssertionError: expected 7 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 7
❯ test/default/cli.test.cjs:38:20
|
test/default/cli.test.cjs > Help command > should prints out "upgrade" command:
code/lib/cli-storybook/test/default/cli.test.cjs#L47
AssertionError: expected 7 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 7
❯ test/default/cli.test.cjs:47:20
|
test/default/cli.test.cjs > Help command > should prints out "migrate" command:
code/lib/cli-storybook/test/default/cli.test.cjs#L56
AssertionError: expected 7 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 7
❯ test/default/cli.test.cjs:56:20
|
test/default/cli.test.cjs > Help command > should prints out "sandbox" command:
code/lib/cli-storybook/test/default/cli.test.cjs#L65
AssertionError: expected 7 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 7
❯ test/default/cli.test.cjs:65:20
|