File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Describe " ResolveModuleManifest" {
22 Import-Module ModuleBuilder - DisableNameChecking - Verbose:$False
33
4- [string ]${Global :Test Root Path} = Resolve-Path $PSScriptRoot \..\Source
4+ [string ]${Global :Test Root Path} = Resolve-Path $PSScriptRoot \..\..\ Source
55
66 It " Should return the ModuleBuilder path when passed just a module folder" {
77 $Expected = InModuleScope ModuleBuilder { ResolveModuleManifest ${Global :Test Root Path} }
Original file line number Diff line number Diff line change 11Describe " ResolveModuleSource" {
22 Import-Module ModuleBuilder - DisableNameChecking - Verbose:$False
33
4- [string ]${Global :Test Root Path} = Resolve-Path $PSScriptRoot \..\Source
4+ [string ]${Global :Test Root Path} = Resolve-Path $PSScriptRoot \..\..\ Source
55
66 It " Should return the folder name when passed a module folder" {
77 $Expected = InModuleScope ModuleBuilder { ResolveModuleSource ${Global :Test Root Path} }
You can’t perform that action at this time.
0 commit comments