Skip to content

Commit f938d45

Browse files
Update tests/srcWithManifestTestRepo/tests/BeforeAll.ps1
Co-authored-by: Copilot <[email protected]>
1 parent 879e315 commit f938d45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Write-Host "=== BEFOREALL SETUP SCRIPT (Environments) EXECUTING ==="
2-
Write-Host "Setting up test environment for Environments..."
1+
Write-Host "=== BEFOREALL SETUP SCRIPT EXECUTING ==="
2+
Write-Host "Setting up test environment..."
33

4-
# Example setup tasks for Environments directory:
5-
Write-Host "Initializing Environments test environment..."
4+
# Example setup tasks for test environment:
5+
Write-Host "Initializing test environment..."
66

7-
Write-Host "Environments environment setup completed successfully!"
8-
Write-Host "=== BEFOREALL SETUP SCRIPT (Environments) COMPLETED ==="
7+
Write-Host "Test environment setup completed successfully!"
8+
Write-Host "=== BEFOREALL SETUP SCRIPT COMPLETED ==="

0 commit comments

Comments
 (0)