import { expect } from 'chai';
describe('config', () => {
describe('init config', () => {
it('should load a valid config');
it('should throw on invalid config');
});