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 31, 2024
1 parent db5307e commit 51232f1
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions test/__snapshots__/run.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`array 1`] = `
{
"default": [
{
"dts": true,
"entry": [
"src/index.ts",
],
"platform": "node",
},
{
"dts": false,
"entry": [
"src/index.ts",
],
"platform": "node",
},
],
}
[
{
"dts": true,
"entry": [
"src/index.ts",
],
"platform": "node",
},
{
"dts": false,
"entry": [
"src/index.ts",
],
"platform": "node",
},
]
`;

exports[`one > files 1`] = `
Expand Down

0 comments on commit 51232f1

Please sign in to comment.