workaround webkit parsing error (#2056)

apply `webkit` to jetstream tests
This commit is contained in:
Alex Lam S.L
2017-06-06 04:06:42 +08:00
committed by GitHub
parent 540220b91b
commit 27c5284d3d
4 changed files with 37 additions and 2 deletions

View File

@@ -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);
});
});