mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-31 15:43:54 +00:00
Ensured tests the module in Azure CI
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
Describe "Test adding trendlines to charts" {
|
||||
if (-not (get-command Import-Excel -ErrorAction SilentlyContinue)) {
|
||||
Import-Module $PSScriptRoot\..\ImportExcel.psd1
|
||||
}
|
||||
Describe "Test adding trendlines to charts" {
|
||||
BeforeAll {
|
||||
$script:data = ConvertFrom-Csv @"
|
||||
Region,Item,TotalSold
|
||||
|
||||
Reference in New Issue
Block a user