taking start and init to use #88
Annotations
10 errors
Unhandled error:
packages/channels/consume.test.jsx#L11
TypeError: Cannot destructure property 'name' of 'object null' as it is null.
❯ Cat packages/channels/consume.test.jsx:11:16
❯ fromAsyncIterator packages/channels/use.js:71:25
❯ composeAsyncIterator packages/maya/compose/compose.js:227:21
This error originated in "packages/channels/consume.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "channel, { start }". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
packages/channels/consume.test.jsx#L13
TypeError: Cannot read properties of null (reading 'map')
❯ CatList packages/channels/consume.test.jsx:13:35
❯ maybeTransform packages/channels/generators.js:31:51
❯ dispatch packages/channels/generators.js:37:24
❯ Multicast.#start packages/channels/generators.js:94:17
This error originated in "packages/channels/consume.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
packages/channels/consume.test.jsx > Async Iterator > channel:
packages/channels/use.js#L18
TypeError: Unexpected asynchronous data source type "object". Expected an async data provider type, or a function that returns an async data provider type."
❯ Module.use packages/channels/use.js:18:19
❯ packages/channels/consume.test.jsx:156:33
|
packages/channels/consume.test.jsx > Async Iterator > channel, { start }:
test-utils/fixtures.js#L6
TestingLibraryElementError: Unable to find an element with the text: loading.... This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body />
Ignored nodes: comments, script, style
<body />
❯ waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ Proxy.<anonymous> node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ find test-utils/fixtures.js:6:41
❯ packages/channels/consume.test.jsx:184:15
|
packages/channels/consume.test.jsx > Async Iterator > fast resolve with { start }:
packages/channels/use.js#L18
TypeError: Unexpected asynchronous data source type "object". Expected an async data provider type, or a function that returns an async data provider type."
❯ Module.use packages/channels/use.js:18:19
❯ packages/channels/consume.test.jsx:202:33
|
packages/channels/consume.test.jsx > Async Iterator > branch ...channels:
packages/channels/use.js#L18
TypeError: Unexpected asynchronous data source type "object". Expected an async data provider type, or a function that returns an async data provider type."
❯ Module.use packages/channels/use.js:18:19
❯ packages/channels/consume.test.jsx:218:45
|
packages/channels/consume.test.jsx > Async Iterator > branch [channel, { start }], channel:
packages/channels/consume.test.jsx#L280
Error: Snapshot `Async Iterator > branch [channel, { start }], channel 1` mismatched
- Expected
+ Received
- "<!--0--><!--0-->"
+ "<!--0--><p>loading...</p><!--1-->"
❯ packages/channels/consume.test.jsx:280:35
|
packages/channels/repeat.test.jsx > async iterator with default 2:
packages/channels/repeat.js#L13
TypeError: Unexpected asynchronous data source type "object". Expected an async data provider type, or a function that returns an async data provider type."
❯ Module.repeat packages/channels/repeat.js:13:19
❯ packages/channels/repeat.test.jsx:28:38
|
packages/channels/repeat.test.jsx > async iterator with count:
packages/channels/repeat.js#L13
TypeError: Unexpected asynchronous data source type "object". Expected an async data provider type, or a function that returns an async data provider type."
❯ Module.repeat packages/channels/repeat.js:13:19
❯ packages/channels/repeat.test.jsx:46:31
|
build
Process completed with exit code 1.
|