2020-08-28 21:46:36 +00:00
|
|
|
import { expect } from 'chai';
|
|
|
|
|
|
|
|
describe('config', () => {
|
2020-08-31 01:11:11 +00:00
|
|
|
describe('init config', () => {
|
|
|
|
it('should load a valid config');
|
|
|
|
it('should throw on invalid config');
|
2020-08-28 21:46:36 +00:00
|
|
|
});
|
|
|
|
});
|