import assert from 'node:assert/strict' import { readFileSync } from 'node:fs' import test from 'node:test' import { fileURLToPath } from 'node:url' const topbar = readFileSync( fileURLToPath(new URL('../src/components/layout/TopBar.vue', import.meta.url)), 'utf8' ) const topbarStyles = readFileSync( fileURLToPath(new URL('../src/assets/styles/components/top-bar.css', import.meta.url)), 'utf8' ) test('workbench topbar places the colorful AI mode button after the company switcher', () => { assert.match(topbar, /