import { expect } from 'chai'; //@ts-ignore import { stub } from 'sinon'; import Capsule from './capsule'; describe('Capsule', () => { describe('#constructor', () => {}); describe('#start()', () => { beforeEach(() => {}); it('should start the container', () => { expect(true).to.equal; }); }); });