Merge branch 'master' of github.com:babel/babel

t push
This commit is contained in:
Sebastian McKenzie
2015-04-03 22:38:28 +11:00
2 changed files with 2 additions and 5 deletions

View File

@@ -12,10 +12,7 @@ suite("browserify", function() {
assert.ok(bundle.length, "bundle output code");
// ensure that the code runs without throwing an exception
vm.runInNewContext("var global = this;\n" + bundle, {
setInterval: function () {},
setTimeout: function () {}
});
vm.runInNewContext("var global = this;\n" + bundle, {});
done();
})
})