Skip to content

Commit 1f6a110

Browse files
committed
test: clean snapshot
1 parent 89de26c commit 1f6a110

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Diff for: packages/compiler-sfc/__tests__/compileScript/__snapshots__/importUsageCheck.spec.ts.snap

-15
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,6 @@ return { get FooBar() { return FooBar }, get foo() { return foo }, get bar() { r
7979
})"
8080
`;
8181

82-
exports[`import namespace 1`] = `
83-
"import { defineComponent as _defineComponent } from 'vue'
84-
import * as Foo from './foo'
85-
86-
export default /*#__PURE__*/_defineComponent({
87-
setup(__props, { expose: __expose }) {
88-
__expose();
89-
90-
91-
return { get Foo() { return Foo } }
92-
}
93-
94-
})"
95-
`;
96-
9782
exports[`js template string interpolations 1`] = `
9883
"import { defineComponent as _defineComponent } from 'vue'
9984
import { VAR, VAR2, VAR3 } from './x'

0 commit comments

Comments
 (0)