orm: fix pluck, add basic tests
This commit is contained in:
parent
a8f387c161
commit
d81aa51787
3 changed files with 36 additions and 1 deletions
|
@ -25,6 +25,7 @@ passthrough.select = orm.select
|
|||
const file = sync.require("../matrix/file")
|
||||
file._actuallyUploadDiscordFileToMxc = function(url, res) { throw new Error(`Not allowed to upload files during testing.\nURL: ${url}`) }
|
||||
|
||||
require("../db/orm.test")
|
||||
require("../matrix/kstate.test")
|
||||
require("../matrix/api.test")
|
||||
require("../matrix/read-registration.test")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue