placeholder test
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
import "dotenv/config"
|
import "dotenv/config"
|
||||||
|
import { test } from "vitest"
|
||||||
import { getEnvironmentValue } from "./helpers/get-environment-value.js"
|
import { getEnvironmentValue } from "./helpers/get-environment-value.js"
|
||||||
|
|
||||||
const testBotToken = getEnvironmentValue("TEST_BOT_TOKEN")
|
const testBotToken = getEnvironmentValue("TEST_BOT_TOKEN")
|
||||||
const testChannelId = getEnvironmentValue("TEST_CHANNEL_ID")
|
const testChannelId = getEnvironmentValue("TEST_CHANNEL_ID")
|
||||||
|
|
||||||
|
test.todo("reacord")
|
||||||
|
|||||||
Reference in New Issue
Block a user