Files
reacord/src/reacord.test.tsx
2021-12-25 14:21:59 -06:00

9 lines
269 B
TypeScript

import "dotenv/config"
import { test } from "vitest"
import { getEnvironmentValue } from "./helpers/get-environment-value.js"
const testBotToken = getEnvironmentValue("TEST_BOT_TOKEN")
const testChannelId = getEnvironmentValue("TEST_CHANNEL_ID")
test.todo("reacord")