mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-11 12:43:01 +02:00
Test coverage for all interactions
This commit is contained in:
parent
3662ee5db6
commit
9f9d1f615e
8 changed files with 255 additions and 28 deletions
|
@ -1,8 +1,4 @@
|
|||
const {test} = require("supertape")
|
||||
const data = require("../../../test/data")
|
||||
const DiscordTypes = require("discord-api-types/v10")
|
||||
const {db, discord} = require("../../passthrough")
|
||||
const {MatrixServerError} = require("../../matrix/mreq")
|
||||
const {_interact} = require("./reactions")
|
||||
|
||||
test("reactions: checks if message is bridged", async t => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue