Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/cli/snap-tests/command-helper/snap.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> vite lib -h # lib help message
> vp lib -h # lib help message
tsdown/<semver>

Usage:
Expand Down Expand Up @@ -51,7 +51,7 @@ Options:
-v, --version Display version number


> vite fmt -h # fmt help message
> vp fmt -h # fmt help message
Usage: [--check | --list-different] [-c=PATH] [--ignore-path=PATH]... [PATH]...

Output Options
Expand Down Expand Up @@ -82,7 +82,7 @@ Available options:



> vite lint -h # lint help message
> vp lint -h # lint help message
Usage: [-c=<./.oxlintrc.json>] [PATH]...

Basic Configuration
Expand Down Expand Up @@ -179,7 +179,7 @@ Available options:



> vite build -h # build help message
> vp build -h # build help message
vite/<semver>

Usage:
Expand Down Expand Up @@ -209,7 +209,7 @@ Options:
-h, --help Display this message


> vite test -h # test help message
> vp test -h # test help message
vitest/<semver>
WARN: no options were found for your subcommands so we printed the whole output

Expand Down
11 changes: 5 additions & 6 deletions packages/cli/snap-tests/command-helper/steps.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"ignoredPlatforms": ["win32"],
"env": {
"VITE_DISABLE_AUTO_INSTALL": "1"
},
"commands": [
"vite lib -h # lib help message",
"vite fmt -h # fmt help message",
"vite lint -h # lint help message",
"vite build -h # build help message",
"vite test -h # test help message"
"vp lib -h # lib help message",
"vp fmt -h # fmt help message",
"vp lint -h # lint help message",
"vp build -h # build help message",
"vp test -h # test help message"
]
}
Loading