mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Linting mostly
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
Describe "ImportExcel File List" {
|
||||
It "All files should exist".PadRight(90) {
|
||||
$fileList = Get-Content "$PSScriptRoot\..\filelist.txt"
|
||||
|
||||
foreach ($file in $fileList) {
|
||||
$targetFile = "$PSScriptRoot\..\$file"
|
||||
Test-Path $targetFile | Should Be $true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user