update jscript tests
This commit is contained in:
parent
c4c801ffcb
commit
c731d2d6dc
@ -1,9 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
var Test = (function () {
|
||||
function Test() {
|
||||
return function Test() {
|
||||
babelHelpers.classCallCheck(this, Test);
|
||||
}
|
||||
|
||||
return Test;
|
||||
};
|
||||
})();
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
var IdenticalName = (function () {
|
||||
function IdenticalName(x) {
|
||||
return function IdenticalName(x) {
|
||||
return x;
|
||||
}
|
||||
|
||||
return IdenticalName;
|
||||
};
|
||||
})();
|
||||
|
||||
(function () {
|
||||
function foo() {}
|
||||
|
||||
return foo;
|
||||
return function foo() {};
|
||||
})();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user