11 lines
148 B
JavaScript
Raw Normal View History

describe('Server Base', function () {
it('should take a config object in the constructor, to set up the pool, etc.', function() {
});
});