codykonior / Jojoba

Jojoba 4, the multi-threaded testing framework for PowerShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-Command -Module Jojoba lists nothing

londondba opened this issue · comments

Possible bug ?

I'm using Powershell on Windows 10:

$PSVersionTable

Name Value


PSVersion 5.1.16299.251
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.251
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

get-module -ListAvailable Jojoba

ModuleType Version Name ExportedCommands


Script 4.0.7 Jojoba {Start-Jojoba, Publish-Jojoba, Write-JojobaFail, Write-JojobaSkip...}

import-module jojoba

Get-Command -Module jojoba

That last command lists nothing.

Is this expected ?

Thanks! I found and fixed this problem. Please Install-Module -Force the new version and it should work fine.