We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038aed3 commit 57859bcCopy full SHA for 57859bc
WebJobs.Script.proj
@@ -199,7 +199,7 @@
199
</PropertyGroup>
200
201
<Target Name="MochaTest" DependsOnTargets="TestBuild" AfterTargets="UnitTest">
202
- <Exec Command="npm i mocha chai $(AppveyorModules)" />
+ <Exec Command="npm i mocha@5.2.0 chai@4.2.0 $(AppveyorModules)@0.4.2" />
203
<Exec Command=".\node_modules\.bin\mocha .\test\WebJobs.Script.Tests.Integration\TestScripts\Node\*.tests.js $(AppveyorReporter) --config=$(BuildConfiguration)" />
204
</Target>
205
0 commit comments