Newlines in fixtures (#6044)
* write newlines for fixtures * rerun fixtures
This commit is contained in:
parent
829c75a866
commit
0f823beeb1
@ -1 +0,0 @@
|
||||
|
||||
@ -194,7 +194,7 @@ function run(task) {
|
||||
!process.env.CI
|
||||
) {
|
||||
console.log(`New test file created: ${expect.loc}`);
|
||||
fs.writeFileSync(expect.loc, result.code);
|
||||
fs.writeFileSync(expect.loc, `${result.code}\n`);
|
||||
} else {
|
||||
actualCode = result.code.trim();
|
||||
chai
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
for (var i = 0; i < 5; i++) {
|
||||
var l = i;
|
||||
setTimeout(function () {
|
||||
console.log(l);
|
||||
}, 1);
|
||||
}
|
||||
@ -1,9 +0,0 @@
|
||||
var Foo = (function (_Bar) {
|
||||
babelHelpers.inherits(Foo, _Bar);
|
||||
|
||||
function Foo() {
|
||||
babelHelpers.classCallCheck(this, Foo);
|
||||
}
|
||||
|
||||
return Foo;
|
||||
})(Bar);
|
||||
@ -1,4 +0,0 @@
|
||||
1000;
|
||||
10531008;
|
||||
41349;
|
||||
438;
|
||||
@ -5,4 +5,3 @@ function render(offset) {
|
||||
return _ref;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@ -7,4 +7,3 @@ var Foo = React.createClass({
|
||||
return _ref;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@ -5,4 +5,3 @@ var Foo = React.createClass({
|
||||
return _ref;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@ -7,4 +7,3 @@ var Foo = React.createClass({
|
||||
return _ref;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@ -1,17 +0,0 @@
|
||||
var _marked = [gen].map(regeneratorRuntime.mark);
|
||||
|
||||
function gen() {
|
||||
var a;
|
||||
return regeneratorRuntime.wrap(function gen$(_context) {
|
||||
while (1) switch (_context.prev = _context.next) {
|
||||
case 0:
|
||||
a = () => {
|
||||
return 1;
|
||||
};
|
||||
|
||||
case 1:
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _marked[0], this);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user