Skip to content

Commit 6dd4e17

Browse files
committed
chore: fix test
1 parent b6c89e8 commit 6dd4e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/macros/tests/__snapshots__/fixtures.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ defineComponent((__MACROS_props) => {
204204

205205
exports[`fixtures > ./fixtures/define-expose.tsx 1`] = `
206206
"
207-
import { getCurrentInstance as __MACROS_getCurrentInstance } from "vue-jsx-vapor";export function Comp(__MACROS_props) {
207+
import { getCurrentInstance as __MACROS_getCurrentInstance } from "vue-jsx-vapor/runtime";export function Comp(__MACROS_props) {
208208
;(__MACROS_getCurrentInstance().exposed = {
209209
foo: 1,
210210
})

0 commit comments

Comments
 (0)