try vitest again

This commit is contained in:
MapleLeaf
2021-12-22 21:36:57 -06:00
parent d85a27d6e1
commit 8978383db1
5 changed files with 207 additions and 1292 deletions

View File

@@ -3,6 +3,7 @@ import type { ButtonInteraction, Message, MessageOptions } from "discord.js"
import { Client, TextChannel } from "discord.js"
import { nanoid } from "nanoid"
import React, { useState } from "react"
import { afterAll, beforeAll, expect, test } from "vitest"
import { omit } from "../src/helpers/omit.js"
import { raise } from "../src/helpers/raise.js"
import { waitForWithTimeout } from "../src/helpers/wait-for-with-timeout.js"