Resources/Module/src/Tests/v5/Integration/SampleIntegrationTest.Tests.ps1

# BeforeAll {
# Set-Location -Path $PSScriptRoot
# $ModuleName = '<%=$PLASTER_PARAM_ModuleName%>'
# $PathToManifest = [System.IO.Path]::Combine('..', '..', 'Artifacts', "$ModuleName.psd1")
# #if the module is already in memory, remove it
# Get-Module $ModuleName -ErrorAction SilentlyContinue | Remove-Module -Force
# Import-Module $PathToManifest -Force
# }

# Describe 'Integration Tests' -Tag Integration {
# Context 'First Integration Tests' {
# It 'should pass the first integration test' {
# # test logic
# } #it
# }
# }