mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
5 lines
113 B
PowerShell
5 lines
113 B
PowerShell
Describe "Test failed tests for GHA" {
|
|
It "Should fail" {
|
|
$true | Should -BeFalse
|
|
}
|
|
} |