Skip to content

Commit

Permalink
test(esbuild-meta): inline e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed May 27, 2024
1 parent 51a32d5 commit 3a807f5
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`--help > should show help 1`] = `
"esbuild-meta [command]
Commands:
esbuild-meta filter Filters the meta file to only include chunks required by specified entry points [aliases: f]
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
"
`;

0 comments on commit 3a807f5

Please sign in to comment.