Skip to content

Commit

Permalink
chore(test): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 10, 2023
1 parent 81777ca commit 16b391e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __snapshots__/cli.spec.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[
exports[
'midnight-smoker smoker CLI script single script when the script fails should produce expected output 1'
] = `
💨 midnight-smoker v3.1.0
💨 midnight-smoker v<version>
- Packing current project...
✔ Packed 1 unique package using npm@9.8.1…
- Installing 1 unique package from tarball using npm@9.8.1…
Expand Down Expand Up @@ -47,7 +47,7 @@ exports[

exports['midnight-smoker smoker CLI option --help should show help text 1'] = {
stdout:
"smoker <script> [scripts..]\n\nRun tests against a package as it would be published\n\nPositionals:\n script [string]\n scripts [string]\n\nBehavior:\n --add Additional dependency to provide to smoke tests [array]\n --all Test all workspaces [boolean]\n --bail When running scripts, halt on first error [boolean]\n --clean Truncate working directory; must provide '--force' [boolean]\n --dir Working directory to use [string] [default: new temp dir]\n --force Overwrite working directory if it exists [boolean]\n --include-root Include the workspace root; must provide '--all' [boolean]\n --json Output JSON only [boolean]\n --verbose Print output from npm [boolean]\n --workspace One or more npm workspaces to test [array]\n --pm Run script(s) with a specific package manager;\n <npm|yarn|pnpm>[@version] [array] [default: [\"npm@latest\"]]\n\nOptions:\n --version Show version number [boolean]\n --help Show help [boolean]\n\nFor more info, see https://github.com/boneskull/midnight-smoker",
'smoker <script> [scripts..]\n\nRun tests against a package as it would be published\n\nPositionals:\n script [string]\n scripts [string]\n\nBehavior:\n --add Additional dependency to provide to smoke tests [array]\n --all Test all workspaces [boolean]\n --bail When running scripts, halt on first error [boolean]\n --include-root Include the workspace root; must provide \'--all\' [boolean]\n --json Output JSON only [boolean]\n --verbose Print output from npm [boolean]\n --workspace One or more npm workspaces to test [array]\n --pm Run script(s) with a specific package manager;\n <npm|yarn|pnpm>[@version] [array] [default: ["npm@latest"]]\n\nOptions:\n --version Show version number [boolean]\n --help Show help [boolean]\n\nFor more info, see https://github.com/boneskull/midnight-smoker',
stderr: '',
exitCode: 0,
};
Expand Down

0 comments on commit 16b391e

Please sign in to comment.