Fixing tests on Travis

This commit is contained in:
Gaël Métais
2015-06-18 11:55:36 +02:00
parent 0d3d6c88e4
commit 04700beab3
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -61,6 +61,8 @@ describe('fileMinifier', function() {
});
it('should fail minifying an already minified JS', function(done) {
this.timeout(5000);
var fileContent = fs.readFileSync(path.resolve(__dirname, '../www/jquery1.8.3.js'));
var fileSize = fileContent.length;