1
0
Fork 0
cautious-journey/test/config/TestConfig.ts

9 lines
183 B
TypeScript
Raw Normal View History

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');
});
});