import createCli from '../src';

describe('@modern-js/create', () => {
  it('default', () => {
    expect(createCli).toBeDefined();
  });
});
