Merge branch 'release/2.2'

This commit is contained in:
Pavel Krymets 2019-01-28 21:51:18 -08:00
commit 602a140a7a
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ namespace FunctionalTests
processStartInfo = new ProcessStartInfo
{
FileName = "cmd",
Arguments = "/c npm test --no-color",
Arguments = "/c npm test --no-color --no-watchman",
};
}
else
@ -47,7 +47,7 @@ namespace FunctionalTests
processStartInfo = new ProcessStartInfo
{
FileName = "npm",
Arguments = "test",
Arguments = "test --no-watchman",
};
}