This commit is contained in:
Fabio Berger 2018-08-27 12:34:34 +01:00
parent e4fc8a8414
commit 6174d9ebb7

View File

@ -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);
} }