> 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:64961) [DEP0205] DeprecationWarning: `module.register()` is deprecated. Use `module.registerHooks()` instead. (Use `node --trace-deprecation ...` to show where the warning was created) ✓ tests/mdx-links.test.ts (1 test) 29ms ✓ tests/homepage-and-competence-content.test.ts (4 tests) 14ms ❯ tests/legal-pages.test.ts (2 tests | 1 failed) 9ms ✓ should contain highly professional B2B sections in German AGB 5ms  × should contain professional corresponding B2B sections in English Terms 2ms ✓ tests/task-12-links.test.ts (2 tests) 8ms ✓ tests/messen-content.test.ts (2 tests) 8ms ✓ lib/mail/mailer.test.ts (1 test) 7ms 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) 25ms ✓ components/search/AISearchResults.test.tsx (1 test) 52ms 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 ✓ lib/env.test.ts (6 tests) 4ms stdout | app/[locale]/referenzen/[slug]/page.test.tsx [Config] Initializing Toggles: { feedbackEnabled: false } ✓ app/[locale]/referenzen/[slug]/page.test.tsx (1 test) 26ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL  tests/legal-pages.test.ts > Legal Pages Content Validation > should contain professional corresponding B2B sections in English Terms Error: ENOENT: no such file or directory, open '/Volumes/Alpha SSD/Coding/e-tib.com/content/en/terms.mdx'  ❯ tests/legal-pages.test.ts:25:24  23|  24| it('should contain professional corresponding B2B sections in Englis…  25| const content = fs.readFileSync(enTermsPath, 'utf8');  | ^  26|  27| expect(content).toContain('title: "Terms and Conditions"'); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed | 10 passed (11)  Tests  1 failed | 26 passed (27)  Start at  14:54:33  Duration  5.94s (transform 5.27s, setup 0ms, import 9.43s, tests 222ms, environment 13.80s)  ELIFECYCLE  Test failed. See above for more details.