Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: /tests/integration/650.command.envelope.test.cjs #5919

Merged
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
375 changes: 0 additions & 375 deletions tests/integration/650.command.envelope.test.cjs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`command/envelope > env:clone should return success message (envelope to envelope) 1`] = `"Successfully cloned environment variables from site-name-a to site-name-b"`;

exports[`command/envelope > env:clone should return success message (envelope to mongo) 1`] = `"Successfully cloned environment variables from site-name-a to site-name-b"`;

exports[`command/envelope > env:clone should return success message (mongo to envelope) 1`] = `"Successfully cloned environment variables from site-name-a to site-name-b"`;
Loading