mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
test/models/msg: fix linkpreview import
This commit is contained in:
parent
1edb5a72c1
commit
c8664301ba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import {expect} from "chai";
|
|||
|
||||
import Msg from "../../server/models/msg";
|
||||
import User from "../../server/models/user";
|
||||
import {LinkPreview} from "../../server/plugins/irc-events/link";
|
||||
import {LinkPreview} from "../../shared/types/msg";
|
||||
|
||||
describe("Msg", function () {
|
||||
["from", "target"].forEach((prop) => {
|
||||
|
|
Loading…
Reference in a new issue