> e-tib-nextjs@2.2.12 test /Volumes/Alpha SSD/Coding/e-tib.com > vitest run --passWithNoTests  RUN  v4.1.2 /Volumes/Alpha SSD/Coding/e-tib.com (node:74132) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead. (Use `node --trace-deprecation ...` to show where the warning was created) ✓ tests/homepage-and-competence-content.test.ts (4 tests) 10ms ✓ tests/task-12-links.test.ts (2 tests) 5ms ✓ tests/mdx-links.test.ts (1 test) 11ms ✓ tests/legal-pages.test.ts (2 tests) 15ms ✓ tests/messen-content.test.ts (2 tests) 30ms ✓ lib/mail/mailer.test.ts (1 test) 4ms ✓ components/search/AISearchResults.test.tsx (1 test) 25ms stderr | components/layout/LanguageSwitcher.test.tsx > LanguageSwitcher TDD > translates /en/trade-fairs to /de/messen when switching to German React does not recognize the `transitionMessage` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `transitionmessage` instead. If you accidentally passed it from a parent component, remove it from the DOM element. ✓ components/layout/LanguageSwitcher.test.tsx (5 tests) 26ms ✓ lib/env.test.ts (6 tests) 3ms stderr | components/blocks/ReferencesSlider.test.tsx > ReferencesSlider TDD > renders reference tiles correctly Received `true` for a non-boolean attribute `fill`. If you want to write it to the DOM, pass a string instead: fill="true" or fill={value.toString()}. ✓ components/blocks/ReferencesSlider.test.tsx (2 tests) 43ms stdout | app/[locale]/referenzen/[slug]/page.test.tsx [Config] Initializing Toggles: { feedbackEnabled: false } ✓ app/[locale]/referenzen/[slug]/page.test.tsx (1 test) 7ms  Test Files  11 passed (11)  Tests  27 passed (27)  Start at  22:40:02  Duration  2.69s (transform 2.09s, setup 0ms, import 4.45s, tests 179ms, environment 8.10s)