rename monero-javascript to monero-ts

This commit is contained in:
woodser 2023-10-11 09:03:25 -04:00
parent a1802668b2
commit 162b032166

View file

@ -371,7 +371,7 @@ async function shutDown() {
} }
await Promise.all(promises); await Promise.all(promises);
// terminate monero-javascript worker // terminate monero-ts worker
await moneroTs.LibraryUtils.terminateWorker(); await moneroTs.LibraryUtils.terminateWorker();
} }
@ -616,7 +616,7 @@ test("Can manage Monero daemon connections (CI)", async () => {
await user3.setAutoSwitch(true); await user3.setAutoSwitch(true);
// stop monerod // stop monerod
//await monerod2.stopProcess(); // TODO (monero-javascript): monerod remains available after await monerod.stopProcess() for up to 40 seconds //await monerod2.stopProcess(); // TODO (monero-ts): monerod remains available after await monerod.stopProcess() for up to 40 seconds
await moneroTs.GenUtils.killProcess(monerod2.getProcess(), "SIGKILL"); await moneroTs.GenUtils.killProcess(monerod2.getProcess(), "SIGKILL");
// test auto switch after periodic connection check // test auto switch after periodic connection check