diff options
Diffstat (limited to 'test/mocha')
-rw-r--r-- | test/mocha/release.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mocha/release.js b/test/mocha/release.js index b73a3df7..c96a7926 100644 --- a/test/mocha/release.js +++ b/test/mocha/release.js @@ -48,6 +48,7 @@ describe("test/jetstream.js", function() { it("Should pass with options " + options, function(done) { var args = options.split(/ /); args.unshift("test/jetstream.js"); + args.push("-b", "beautify=false,webkit"); run(process.argv[0], args, done); }); }); |