describe('constructor', () => {
    it('creates an empty list', () => {
      const loaderList = new LoaderList()
      expect(types(loaderList)).to.be.empty()
    })