import { describe, expect, it } from 'vitest'; import * as app from './app.js'; describe('app', () => { it('is importable', () => expect(app).toBeDefined()); });