it('has the supported extensions', function() {
    return readJsonAsset('extensions.json').then((extensions) => {
      expect(mapToObject(video.extensions)).to.eql(extensions);
    });
  });