Skip to content

Commit

Permalink
test: clean snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored and lynxlangya committed May 30, 2024
1 parent fc6f428 commit 4f0546a
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,6 @@ return { get FooBar() { return FooBar }, get foo() { return foo }, get bar() { r
})"
`;

exports[`import namespace 1`] = `
"import { defineComponent as _defineComponent } from 'vue'
import * as Foo from './foo'
export default /*#__PURE__*/_defineComponent({
setup(__props, { expose: __expose }) {
__expose();
return { get Foo() { return Foo } }
}
})"
`;

exports[`js template string interpolations 1`] = `
"import { defineComponent as _defineComponent } from 'vue'
import { VAR, VAR2, VAR3 } from './x'
Expand Down

0 comments on commit 4f0546a

Please sign in to comment.