Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 4, 2023
1 parent 44f8a87 commit 074da48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/__snapshots__/transform.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`transform > comments.ts 1`] = `
"/* import { ref } from 'vue' */
"import { ref, computed } from 'vue';
/* import { ref } from 'vue' */
// import { computed } from 'vue'
import { ref, computed } from 'vue';
const a = {
rel: \\"noreferrer\\",
href: \\"https://github.com/antfu/vitesse\\",
Expand Down

0 comments on commit 074da48

Please sign in to comment.