Remove the Small Requests rule

This commit is contained in:
Gaël Métais
2020-12-30 00:39:56 +01:00
parent 3f098cd33a
commit 834a9c9ac5
5 changed files with 1 additions and 67 deletions
-6
View File
@@ -108,12 +108,6 @@ describe('redownload', function() {
data.toolsResults.redownload.offenders.totalRequests.byType.video.length.should.equal(0);
data.toolsResults.redownload.offenders.totalRequests.byType.other.length.should.equal(1);
data.toolsResults.redownload.metrics.should.have.a.property('smallRequests').that.equals(0);
data.toolsResults.redownload.offenders.should.have.a.property('smallRequests');
data.toolsResults.redownload.offenders.smallRequests.byType.js.length.should.equal(0);
data.toolsResults.redownload.offenders.smallRequests.byType.css.length.should.equal(0);
data.toolsResults.redownload.offenders.smallRequests.byType.image.length.should.equal(0);
done();
})