You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pester documentation for 4.x recommends using Should -Be instead of Should Be syntax. We should update all our tests and documentation to adhere to this setting a good example for the community.
Pester documentation for 4.x recommends using
Should -Beinstead ofShould Besyntax. We should update all our tests and documentation to adhere to this setting a good example for the community.