From 4cf9049496bb1b53c06e7ad977d8b00bc99de855 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sat, 25 Dec 2021 14:21:59 -0600 Subject: [PATCH] placeholder test --- src/reacord.test.tsx | 3 +++ 1 file changed, 3 insertions(+) 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")