fancy spinner for test setup

This commit is contained in:
itsMapleLeaf
2022-08-07 13:01:20 -05:00
parent fd8f85ea89
commit 459cafdff2
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { oraPromise } from "ora"
import { ReacordTester } from "./tester"
export async function setup() {
console.info("Running test setup...")
await ReacordTester.removeChannels()
await oraPromise(ReacordTester.removeChannels(), "Running test setup...")
}