pester: Update to version 4.9.0

This commit is contained in:
Richard Kuhnt 2019-09-08 10:00:24 +00:00
parent de69a50c2e
commit ecfe30d2f8

View File

@ -1,11 +1,11 @@
{
"description": "Pester is a test and mock framework for PowerShell.",
"version": "4.8.1",
"version": "4.9.0",
"license": "Apache-2.0",
"url": "https://github.com/pester/pester/archive/4.8.1.tar.gz",
"url": "https://github.com/pester/pester/archive/4.9.0.tar.gz",
"homepage": "https://github.com/pester/Pester",
"hash": "694850b9e2ec86c80ba6170b83d016da9fa3ca2d139851c730d470389c5967b2",
"extract_dir": "pester-4.8.1",
"hash": "29f1c3c55cbe3069925a1dc158ff182f27c161895a4a1e70e653b706277fc536",
"extract_dir": "pester-4.9.0",
"bin": "bin\\pester.bat",
"post_install": [
"$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",