import { dev } from '../../src/commands/dev'; describe('command', () => { test('dev', () => { expect(dev).toBeDefined(); }); });