RUN v4.1.10 ~/astryx/worktrees/review-5555-a9d858 Built pseudo.json — 340 keys Built pseudo.json — 340 keys ✓ ui packages/core/src/Typeahead/Typeahead.test.tsx (61 tests) 2176ms ✓ shows the reason tooltip on hover when disabled with a reason 366ms stderr | packages/core/src/Tokenizer/Tokenizer.test.tsx > Tokenizer > disabledMessage > blocks input while focusable-disabled An update to Tokenizer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* 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 An update to Tokenizer inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* 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/Tokenizer/Tokenizer.test.tsx (65 tests) 3196ms ✓ shows the reason tooltip on hover when disabled with a reason 332ms Test Files 2 passed (2) Tests 126 passed (126) Start at 17:33:56 Duration 7.20s (transform 4.86s, setup 508ms, import 5.44s, tests 5.37s, environment 1.10s)