Skip to content

Commit 3433bcb

Browse files
committed
test: update snapshot
1 parent f7d7553 commit 3433bcb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/__snapshots__/basic.test.ts.snap

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,25 @@ export { elCard };
2222
"
2323
`;
2424

25+
exports[`fixtures > tests/fixtures/UPPER-CASE.vue 1`] = `
26+
"import { defineComponent } from 'vue';
27+
import _export_sfc from '[NULL]/plugin-vue/export-helper';
28+
29+
var _sfc_main = /* @__PURE__ */ defineComponent({
30+
__name: \\"UPPER-CASE\\",
31+
setup(__props) {
32+
console.log(\\"UPPER-CASE\\");
33+
return () => {
34+
};
35+
}
36+
});
37+
38+
const upperCase = /* @__PURE__ */ _export_sfc(_sfc_main, [__FILE__]);
39+
40+
export { upperCase };
41+
"
42+
`;
43+
2544
exports[`fixtures > tests/fixtures/basic.vue 1`] = `
2645
"import { defineComponent, openBlock, createElementBlock, renderSlot } from 'vue';
2746
import _export_sfc from '[NULL]/plugin-vue/export-helper';

0 commit comments

Comments
 (0)