зеркало из https://github.com/microsoft/just.git
fix jest spawn so it works with nvm in linux
This commit is contained in:
Родитель
fc5ec96126
Коммит
bdbd829552
|
@ -21,7 +21,7 @@ export function jestTask(options: IJestTaskOptions = {}) {
|
|||
|
||||
if (configFile && jestCmd && existsSync(configFile)) {
|
||||
logger.info(`Running Jest`);
|
||||
const cmd = encodeArgs([process.execPath])[0];
|
||||
const cmd = process.execPath;
|
||||
|
||||
const args = [
|
||||
jestCmd,
|
||||
|
|
Загрузка…
Ссылка в новой задаче