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 3ea1f6a commit 29898dfCopy full SHA for 29898df
src/Middleware/CORS/test/FunctionalTests/CorsMiddlewareFunctionalTest.cs
@@ -37,15 +37,15 @@ public async Task RunClientTests()
37
processStartInfo = new ProcessStartInfo
38
{
39
FileName = "cmd",
40
- Arguments = "/c npm test --no-color",
+ Arguments = "/c npm test --no-color --no-watchman",
41
};
42
}
43
else
44
45
46
47
FileName = "npm",
48
- Arguments = "test",
+ Arguments = "test --no-watchman",
49
50
51
0 commit comments