push latest so far

This commit is contained in:
Skillz4Killz
2021-11-02 15:36:19 +00:00
committed by GitHub
parent 8c944ca2e0
commit c380727526
3 changed files with 12 additions and 15 deletions
+4 -5
View File
@@ -619,13 +619,12 @@ Deno.test("[Bot] - Starting Tests", async (t) => {
});
// CONDUCT MEMORY BENCHMARK TESTS
t.step({
await t.step({
name: "[Memory] Benchmark memory tests",
fn: async (t) => {
await memoryBenchmarks(bot, true);
},
...sanitizeMode,
}),
await stopBot(bot);
});
await stopBot(bot);
});