Certain assertions return the actual type.. but PesterBeOfTypeFailureMessage line 15..
https://github.com/pester/Pester/blob/630077a53bb974b775da0d79b920e438a18e969b/Functions/Assertions/BeOfType.ps1
doesn't contain the , but it's a [${Type}]" expression as in line 26..
is it feasible to add this in?
Certain assertions return the actual type.. but PesterBeOfTypeFailureMessage line 15..
https://github.com/pester/Pester/blob/630077a53bb974b775da0d79b920e438a18e969b/Functions/Assertions/BeOfType.ps1
doesn't contain the , but it's a [${Type}]" expression as in line 26..
is it feasible to add this in?