disable es6 do expressions and decorators tests
This commit is contained in:
parent
3f144e6e74
commit
ee6efee4f8
@ -5,7 +5,7 @@ var Foo = (function () {
|
||||
babelHelpers.classCallCheck(this, Foo);
|
||||
}
|
||||
|
||||
babelHelpers.createComputedClass(Foo, [{
|
||||
babelHelpers.createClass(Foo, [{
|
||||
key: "foo",
|
||||
value: function foo() {}
|
||||
}, {
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
assert.equal((function(a, b=a++){
|
||||
function b(){}
|
||||
return a;
|
||||
})(1), 2);
|
||||
Loading…
x
Reference in New Issue
Block a user