it('reads an ArrayBuffer if requested', () => {
      loader = new FileLoader(fakeSource, { binary: true })
      return expect(loader.load())
        .to.be.fulfilled()
        .then((data) => {