Remove fist API Routes and Modifications to CLI #239

Merged
Sirherobrine23 merged 5 commits from API-And-CLI into main 2021-11-16 02:40:41 +00:00
Showing only changes of commit eb261b02dc - Show all commits

View File

@ -30,10 +30,3 @@ describe("Small functions", () => {
done();
});
});
describe("Slow Functions", function () {
it ("Download Server", async function () {
this.timeout(60 * 1000);
await BdsCore.download_server();
});
});