PowerShell/tools/failingTests/fail.tests.ps1

8 lines
211 B
PowerShell
Raw Normal View History

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
Describe "Failing test used to test CI Scripts" -Tags 'CI' {
It "Should fail" {
1 | Should -Be 2
}
}