it('caches the extensions data after it has been collated', function() {
    const extensions = video.extensions;
    expect(video.extensions).to.equal(extensions);
  });