fancy spinner for test setup
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
"dotenv": "^16.0.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nodemon": "^2.0.19",
|
||||
"ora": "^6.1.2",
|
||||
"prettier": "^2.7.1",
|
||||
"pretty-ms": "^8.0.0",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -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...")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user