Address review comments

This commit is contained in:
Fredrik Adelöw
2020-03-22 20:59:53 +01:00
parent a14584b485
commit 231c991fe0
3 changed files with 64 additions and 24 deletions
+2
View File
@@ -37,6 +37,8 @@ async function main() {
const createPlugin = spawnPiped(['yarn', 'create-plugin']);
createPlugin.stdin.write('test-plugin\n');
await new Promise(resolve => setTimeout(resolve, 2000));
createPlugin.stdin.write('@someuser\n');
print('Waiting for plugin create script to be done');
await waitForExit(createPlugin);