diff --git a/test/integration/helpers/Npm.cs b/test/integration/helpers/Npm.cs index 23247c67..001f3112 100644 --- a/test/integration/helpers/Npm.cs +++ b/test/integration/helpers/Npm.cs @@ -53,7 +53,7 @@ private static string RunCommand(string command, string arguments, int timeoutMi catch (Win32Exception ex) when (command.Contains("npm")) { Console.WriteLine(ex.Message); - throw new NpmNotFoundException($"mpm not found under {command}", ex); + throw new NpmNotFoundException($"npm not found under {command}", ex); } }