// this test file is a placeholder since vitest requires a minimum of 2 test files to
// allow sharding to 2 shards.

describe('index', () => {
	it('succeeds', () => {
		expect(true).toBe(true);
	});
});
