placeholder test

This commit is contained in:
MapleLeaf
2021-12-25 14:21:59 -06:00
parent 8ca9afb029
commit 4cf9049496

View File

@@ -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")