Skip to content

Commit 5e82b9d

Browse files
committed
test: update snapshot
1 parent 4264c46 commit 5e82b9d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

tests/__snapshots__/esbuild.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2323
null,
2424
"Hello World",
2525
-1
26-
/* HOISTED */
26+
/* CACHED */
2727
)
2828
]));
2929
}
@@ -59,7 +59,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
5959
null,
6060
"Hello World",
6161
-1
62-
/* HOISTED */
62+
/* CACHED */
6363
)
6464
]));
6565
}
@@ -194,7 +194,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
194194
null,
195195
"Hello World",
196196
-1
197-
/* HOISTED */
197+
/* CACHED */
198198
)
199199
]));
200200
}
@@ -220,7 +220,7 @@ var _sfc_main = {
220220
null,
221221
"Hello World",
222222
-1
223-
/* HOISTED */
223+
/* CACHED */
224224
)
225225
]));
226226
};
@@ -274,7 +274,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
274274
null,
275275
"Hello World",
276276
-1
277-
/* HOISTED */
277+
/* CACHED */
278278
)
279279
]));
280280
}
@@ -310,7 +310,7 @@ var _sfc_main = /* @__PURE__ */ _defineComponent({
310310
null,
311311
"Hello World",
312312
-1
313-
/* HOISTED */
313+
/* CACHED */
314314
)
315315
]));
316316
};

tests/__snapshots__/rollup.test.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const _sfc_main = {};
1818
1919
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2020
return (openBlock(), createElementBlock("div", null, _cache[0] || (_cache[0] = [
21-
createElementVNode("h1", null, "Hello World", -1 /* HOISTED */)
21+
createElementVNode("h1", null, "Hello World", -1 /* CACHED */)
2222
])))
2323
}
2424
var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
@@ -45,7 +45,7 @@ const _sfc_main = {};
4545
4646
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
4747
return (openBlock(), createElementBlock("div", null, _cache[0] || (_cache[0] = [
48-
createElementVNode("h1", null, "Hello World", -1 /* HOISTED */)
48+
createElementVNode("h1", null, "Hello World", -1 /* CACHED */)
4949
])))
5050
}
5151
var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
@@ -171,7 +171,7 @@ return __returned__
171171
172172
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
173173
return (openBlock(), createElementBlock("div", null, _cache[0] || (_cache[0] = [
174-
createElementVNode("h1", null, "Hello World", -1 /* HOISTED */)
174+
createElementVNode("h1", null, "Hello World", -1 /* CACHED */)
175175
])))
176176
}
177177
var scriptSetup = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
@@ -193,7 +193,7 @@ const _sfc_main = {
193193
194194
return (_ctx, _cache) => {
195195
return (openBlock(), createElementBlock("div", null, _cache[0] || (_cache[0] = [
196-
createElementVNode("h1", null, "Hello World", -1 /* HOISTED */)
196+
createElementVNode("h1", null, "Hello World", -1 /* CACHED */)
197197
])))
198198
}
199199
}
@@ -254,7 +254,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
254254
null,
255255
"Hello World",
256256
-1
257-
/* HOISTED */
257+
/* CACHED */
258258
)
259259
]));
260260
}
@@ -287,7 +287,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
287287
null,
288288
"Hello World",
289289
-1
290-
/* HOISTED */
290+
/* CACHED */
291291
)]));
292292
};
293293
}
@@ -311,7 +311,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
311311
null,
312312
"Hello World",
313313
-1
314-
/* HOISTED */
314+
/* CACHED */
315315
)), createElementVNode(
316316
"h2",
317317
null,
@@ -349,7 +349,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
349349
null,
350350
"Hello World",
351351
-1
352-
/* HOISTED */
352+
/* CACHED */
353353
)), createElementVNode(
354354
"h2",
355355
null,

0 commit comments

Comments
 (0)