Skip to content

Commit

Permalink
wip: add more ssr test
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Jan 26, 2025
1 parent c0f00d2 commit 7031b59
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ return function render(_ctx, _cache) {
}"
`;

exports[`compiler: v-skip > transform > on component with multiple implicit slot 1`] = `
exports[`compiler: v-skip > transform > on component with multiple implicit default slot 1`] = `
"const _Vue = Vue
return function render(_ctx, _cache) {
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-core/__tests__/transforms/vSkip.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ describe('compiler: v-skip', () => {
expect(generate(root).code).toMatchSnapshot()
})

test('on component with multiple implicit slot', () => {
test('on component with multiple implicit default slot', () => {
const { root, node } = parseWithSkipTransform(
`<Comp v-skip="ok">
<span/>
Expand Down
Loading

0 comments on commit 7031b59

Please sign in to comment.