Test coverage for all interactions

This commit is contained in:
Cadence Ember 2024-09-30 23:35:09 +13:00
commit 9f9d1f615e
8 changed files with 255 additions and 28 deletions

View file

@ -1,7 +1,7 @@
// @ts-check
const DiscordTypes = require("discord-api-types/v10")
const {discord, sync, db, select, from} = require("../../passthrough")
const {discord, sync, from} = require("../../passthrough")
/** @type {import("../../matrix/api")} */
const api = sync.require("../../matrix/api")