Fix typo
This commit is contained in:
parent
e4fc8a8414
commit
6174d9ebb7
@ -146,7 +146,7 @@ async function testInstallPackageAsync(
|
|||||||
const transpiledIndexFilePath = path.join(testDirectory, 'index.js');
|
const transpiledIndexFilePath = path.join(testDirectory, 'index.js');
|
||||||
utils.log(`Running test script with ${packageName} imported`);
|
utils.log(`Running test script with ${packageName} imported`);
|
||||||
await execAsync(`node ${transpiledIndexFilePath}`);
|
await execAsync(`node ${transpiledIndexFilePath}`);
|
||||||
utils.log(`Successfilly ran test script with ${packageName} imported`);
|
utils.log(`Successfully ran test script with ${packageName} imported`);
|
||||||
}
|
}
|
||||||
await rimrafAsync(testDirectory);
|
await rimrafAsync(testDirectory);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user