Skip to content

Commit 6093a30

Browse files
committed
refactor: Update comments a bit
1 parent 369e60d commit 6093a30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/Invoke-SmokeTests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# These tests are runs as part of the deployment process to ensure the newly published module is working as expected.
2-
# These tests run against the installed module, not the source code, so they are more of a real-world test and should not use mocks.
2+
# These tests run against the installed module, not the source code, so they are a real-world test and should not use mocks.
33
# Since mocks are not used, be careful to not rely on state stored on the machine, such as a module configuration file.
4+
# This is a great place to put tests that differ between operating systems, since they will be ran on all platforms.
45
# To run these tests on your local machine, see the comments in the BeforeAll block.
56

67
BeforeAll {

0 commit comments

Comments
 (0)