committed by
alexlamsl
parent
7f8d72d9d3
commit
dd31d12a91
@@ -4,7 +4,7 @@ var exec = require("child_process").exec;
|
||||
describe("bin/uglifyjs", function () {
|
||||
var uglifyjscmd = '"' + process.argv[0] + '" bin/uglifyjs';
|
||||
it("should produce a functional build when using --self", function (done) {
|
||||
this.timeout(5000);
|
||||
this.timeout(15000);
|
||||
|
||||
var command = uglifyjscmd + ' --self -cm --wrap WrappedUglifyJS';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user