// Vitest extension discord config wires the extension discord test shard. import { createSingleChannelExtensionVitestConfig } from "./vitest.extension-channel-single-config.ts"; export function createExtensionDiscordVitestConfig( env: Record = process.env, ) { return createSingleChannelExtensionVitestConfig("discord", env); } export default createExtensionDiscordVitestConfig();