disable es6 do expressions and decorators tests

This commit is contained in:
Sebastian McKenzie 2015-03-28 04:37:30 +11:00
parent 3f144e6e74
commit ee6efee4f8
19 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,7 @@ var Foo = (function () {
babelHelpers.classCallCheck(this, Foo);
}
babelHelpers.createComputedClass(Foo, [{
babelHelpers.createClass(Foo, [{
key: "foo",
value: function foo() {}
}, {

View File

@ -1,4 +0,0 @@
assert.equal((function(a, b=a++){
function b(){}
return a;
})(1), 2);