update dependencies #219
Annotations
6 errors and 1 warning
Node 22
@coldwired/react#test: command (/home/runner/work/coldwired/coldwired/packages/react) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
src/root.test.tsx > @coldwired/react > root > render fragment with component:
packages/react/src/root.test.tsx#L94
AssertionError: expected '<react-fragment><div role="alert"><pr…' to deeply equal '<react-fragment><div><p>Count: 0</p><…'
Expected: "<react-fragment><div><p>Count: 0</p><button>Increment</button></div></react-fragment><div id="root"></div>"
Received: "<react-fragment><div role="alert"><pre style="color: red;">dispatcher is null</pre></div></react-fragment><div id="root"></div>"
❯ src/root.test.tsx:94:38
|
src/root.test.tsx > @coldwired/react > root > render with error boundary:
packages/react/src/root.test.tsx#L111
AssertionError: expected '<react-fragment><div role="alert"><pr…' to deeply equal '<react-fragment><div><p>Count: 0</p><…'
Expected: "<react-fragment><div><p>Count: 0</p><button>Increment</button></div></react-fragment> some text <react-fragment><div role="alert"><pre style="color: red;">Boom!</pre></div></react-fragment><div id="root"></div>"
Received: "<react-fragment><div role="alert"><pre style="color: red;">dispatcher is null</pre></div></react-fragment> some text <react-fragment><div role="alert"><pre style="color: red;">Boom!</pre></div></react-fragment><div id="root"></div>"
❯ src/root.test.tsx:111:38
|
src/root.test.tsx > @coldwired/react > root > render fragment with react aria component:
packages/react/src/root.test.tsx#L137
AssertionError: expected '<react-fragment><div role="alert"><pr…' to deeply equal '<react-fragment><div class="react-ari…'
Expected: "<react-fragment><div class="react-aria-ComboBox" data-rac=""><label class="react-aria-Label" id="react-aria-:rc:" for="react-aria-:rb:">Test</label><input type="text" aria-autocomplete="list" autocomplete="off" id="react-aria-:rb:" aria-labelledby="react-aria-:rc:" role="combobox" aria-expanded="false" autocorrect="off" spellcheck="false" class="react-aria-Input" data-rac="" value="" title=""><button id="react-aria-:r9:" type="button" tabindex="-1" aria-label="Show suggestions" aria-labelledby="react-aria-:r9: react-aria-:rc:" aria-haspopup="listbox" aria-expanded="false" class="react-aria-Button" data-rac="">Open</button></div></react-fragment><div id="root"></div>"
Received: "<react-fragment><div role="alert"><pre style="color: red;">dispatcher is null</pre></div></react-fragment><div id="root"></div>"
❯ src/root.test.tsx:137:38
|
src/root.test.tsx > @coldwired/react > root > render with state:
packages/react/src/root.test.tsx#L205
AssertionError: expected '<react-fragment><div role="alert"><pr…' to deeply equal '<react-fragment><div class="react-ari…'
Expected: "<react-fragment><div class="react-aria-TextField" data-rac=""><label class="react-aria-Label" id="react-aria-:r2m:" for="my-text-field">My Name</label><input id="my-text-field" type="text" aria-labelledby="react-aria-:r2m:" class="react-aria-Input" data-rac="" value="" title=""></div><div>Hello Guest!</div></react-fragment><div id="root"></div>"
Received: "<react-fragment><div role="alert"><pre style="color: red;">dispatcher is null</pre></div></react-fragment><div id="root"></div>"
❯ src/root.test.tsx:205:38
|
Node 22
Process completed with exit code 1.
|
Node 22
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|