RUN v4.1.10 Built pseudo.json — 340 keys Built pseudo.json — 340 keys ✓ ui packages/core/src/List/List.test.tsx (56 tests) 936ms ✓ adds an explicit role="list" when listStyle is none (Safari fix) 307ms ✓ ui packages/core/src/MetadataList/MetadataList.test.tsx (20 tests) 702ms ✓ toggles show more / show less 464ms ✓ ui packages/core/src/NavMenu/NavHeadingMenu.test.tsx (25 tests) 1572ms ✓ renders with role="menu" 340ms stderr | packages/core/src/Timestamp/Timestamp.test.tsx > Timestamp > renders relative format for recent times A suspended resource finished loading inside a test, but the event was not wrapped in act(...). When testing, code that resolves suspended data should be wrapped into act(...): act(() => { /* finish loading suspended data */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act A suspended resource finished loading inside a test, but the event was not wrapped in act(...). When testing, code that resolves suspended data should be wrapped into act(...): act(() => { /* finish loading suspended data */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act ✓ ui packages/core/src/Token/Token.test.tsx (47 tests) 2012ms ✓ renders as a span with invisible button when onClick is provided 572ms ✓ ui packages/core/src/TreeList/TreeList.test.tsx (80 tests) 2381ms ✓ renders a tree role on the list 301ms ✓ ui packages/core/src/Typeahead/TypeaheadItem.test.tsx (3 tests) 54ms ✓ ui packages/core/src/TopNav/TopNavMenu.test.tsx (21 tests) 2558ms ✓ renders the trigger button with label 689ms ✓ ui packages/core/src/TopNav/TopNavMegaMenu.test.tsx (44 tests) 4833ms ✓ renders the trigger button with label 713ms ✓ ui packages/core/src/Timestamp/Timestamp.test.tsx (82 tests) 7892ms ✓ respects custom autoThreshold 427ms ✓ shows the hover card when the timestamp receives keyboard focus 359ms ✓ renders the unified copyable card with a single default absolute row 410ms ✓ copies the default absolute row's value 640ms ✓ shows a 'Copy' tooltip on the copy button, flipping to 'Copied' after a copy 404ms ✓ presents configured entries as a named card, not a read-only tooltip 376ms ✓ renders one row per configured entry, read-only by default 314ms ✓ renders a copy button only on rows that opt into isCopyable 383ms ✓ renders each entry in the time zone it names 314ms ✓ copies an opted-in row's value and flips the button to the copied state 531ms ✓ announces the copy to a polite live region through the i18n catalog 424ms ✓ shows the card for absolute formats once entries are configured 312ms ✓ shows configured entries when auto resolves to an absolute format 313ms ✓ accepts a unix-seconds value alongside entries 312ms ✓ pairs exactly one label cell with one value cell per entry 309ms ✓ does not crash on an unknown time zone 310ms stderr | packages/core/src/Markdown/Markdown.test.tsx > Markdown > block spacing theme targets > renders the theme target on task lists too CheckboxListItem: `label` is a ReactNode, so the checkbox falls back to the generic accessible name "Checkbox". Pass `aria-label` with a concise string equivalent of the visible label so screen readers can tell items apart. stderr | packages/core/src/Markdown/Markdown.test.tsx > Markdown > renders task lists with checkboxes CheckboxListItem: `label` is a ReactNode, so the checkbox falls back to the generic accessible name "Checkbox". Pass `aria-label` with a concise string equivalent of the visible label so screen readers can tell items apart. CheckboxListItem: `label` is a ReactNode, so the checkbox falls back to the generic accessible name "Checkbox". Pass `aria-label` with a concise string equivalent of the visible label so screen readers can tell items apart. ✓ ui packages/core/src/Markdown/Markdown.test.tsx (70 tests) 820ms Test Files 10 passed (10) Tests 448 passed (448) Start at 16:23:41 Duration 17.97s (transform 50.88s, setup 6.92s, import 60.44s, tests 23.76s, environment 17.33s)