it('will not match filenames', () => {
    expect('/styles/style.css'.match(regex)).to.be.null;
    expect('/api.json'.match(regex)).to.be.null;
  });