Skip to content

Commit 3fc25eb

Browse files
committed
chore: fix test
1 parent a09145c commit 3fc25eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel/test/transform.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('transform', () => {
1414
)!
1515
expect(code).toMatchInlineSnapshot(`
1616
"import { child as _child, delegateEvents as _delegateEvents, template as _template, createIf as _createIf } from 'vue';
17-
import { setNodes as _setNodes } from 'vue-jsx-vapor';
17+
import { setNodes as _setNodes } from 'vue-jsx-vapor/runtime';
1818
const _t00 = _template("<div> </div>", true);
1919
const _t10 = _template("<div>Hello</div>");
2020
const _t11 = _template("<div>World</div>");

0 commit comments

Comments
 (0)