import { describe, test } from 'vitest'; describe('cli test', () => { test.todo('write some test for this module'); });