We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c48c1b commit d7eaec4Copy full SHA for d7eaec4
deploy/Invoke-SmokeTests.ps1
@@ -1,6 +1,6 @@
1
# 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 should not use mocks and are more of a real-world test.
3
-# Since mocks are not used, we must be careful to not rely on state stored on the machine, such as a module configuration file.
+# 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.
+# Since mocks are not used, be careful to not rely on state stored on the machine, such as a module configuration file.
4
# To run these tests on your local machine, see the comments in the BeforeAll block.
5
6
BeforeAll {
0 commit comments