mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-08 11:33:14 +00:00
try failing tests
This commit is contained in:
5
__tests__/fail.tests.ps1
Normal file
5
__tests__/fail.tests.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
Describe "Test failed tests for GHA" {
|
||||
It "Should fail" {
|
||||
$true | Should -BeFalse
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user