test: add new test suite for updated content

This commit is contained in:
Rodweil, Theodor 2023-08-14 05:10:57 +02:00
parent 4fa55b8602
commit 7e68b132b8
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
6 changed files with 317 additions and 236 deletions

View file

@ -2,8 +2,7 @@
$ErrorActionPreference = "Stop"
BeforeAll {
Import-Module (Join-Path $PSScriptRoot '..' 'src' `
'PSConfluencePublisher.psd1')
Import-Module "$PSScriptRoot/../src/PSConfluencePublisher.psd1"
}