update tests

pull/1647/head
Rich Harris 6 years ago
parent c295fc9018
commit d56b0b007e

@ -259,9 +259,11 @@ function create_each_block(component, ctx) {
text = createText(text_value);
text_1 = createText("\n\t");
const { foo, bar, baz, thing } = ctx;
console.log({ foo, bar, baz, thing });
debugger;
{
const { foo, bar, baz, thing } = ctx;
console.log({ foo, bar, baz, thing });
debugger;
}
addLoc(span, file, 1, 1, 25);
},

@ -86,9 +86,11 @@ function create_each_block(component, ctx) {
text = createText(text_value);
text_1 = createText("\n\t");
const { foo, bar, baz, thing } = ctx;
console.log({ foo, bar, baz, thing });
debugger;
{
const { foo, bar, baz, thing } = ctx;
console.log({ foo, bar, baz, thing });
debugger;
}
addLoc(span, file, 1, 1, 25);
},

@ -259,9 +259,11 @@ function create_each_block(component, ctx) {
text = createText(text_value);
text_1 = createText("\n\t");
const { foo } = ctx;
console.log({ foo });
debugger;
{
const { foo } = ctx;
console.log({ foo });
debugger;
}
addLoc(span, file, 1, 1, 25);
},

@ -86,9 +86,11 @@ function create_each_block(component, ctx) {
text = createText(text_value);
text_1 = createText("\n\t");
const { foo } = ctx;
console.log({ foo });
debugger;
{
const { foo } = ctx;
console.log({ foo });
debugger;
}
addLoc(span, file, 1, 1, 25);
},

Loading…
Cancel
Save