Skip to content

Commit

Permalink
put back script
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 25, 2024
1 parent 12cf17d commit bfa1216
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .aider/prompts/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@

- **Comments and Debugging Notes:**
- Leave comments like `#$script:instance2 for appveyor` intact for debugging purposes.
- But change `$script:instance2` to `$global:instance2` for proper scoping.
- So it should look like this: `#$global:instance2 for appveyor`.

- **Consistency with Example:**
- Follow the structure and conventions used in the example Pester v5 test script provided below.
Expand Down
2 changes: 1 addition & 1 deletion tests/Add-DbaAgDatabase.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Describe "Add-DbaAgDatabase" {
}
}
}
#$global:TestConfig.instance2 for appveyor
#$script:instance2 for appveyor

0 comments on commit bfa1216

Please sign in to comment.