Skip to content

Commit b3432ff

Browse files
committed
chore: fix snapshot
1 parent cdfd9f3 commit b3432ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler-sfc/test/prefixIdentifiers.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ it('setup bindings', () => {
6868
}
6969
)
7070

71-
expect(result).toMatch(`_setup = _vm._setupProxy`)
71+
expect(result).toMatch(`_setup = _vm._self._setupProxy`)
7272
expect(result).toMatch(`_setup.count++`)
7373
expect(result).toMatch(`_vm._s(_setup.count)`)
7474

7575
expect(result).toMatchInlineSnapshot(`
7676
"function render() {
7777
var _vm = this,
7878
_c = _vm._self._c,
79-
_setup = _vm._setupProxy
79+
_setup = _vm._self._setupProxy
8080
return _c(
8181
\\"div\\",
8282
{

0 commit comments

Comments
 (0)