diff --git a/src/reacord.test.tsx b/src/reacord.test.tsx index 74328bf..85769bc 100644 --- a/src/reacord.test.tsx +++ b/src/reacord.test.tsx @@ -1,5 +1,8 @@ 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")