mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
test/plugins/sqlite: fix import path
This commit is contained in:
parent
7f5e0f3ebf
commit
03151e0ab1
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ import fs from "fs";
|
|||
import path from "path";
|
||||
import {expect} from "chai";
|
||||
import util from "../util";
|
||||
import Msg, {MessageType} from "../../server/models/msg";
|
||||
import Msg from "../../server/models/msg";
|
||||
import {MessageType} from "../../shared/types/msg";
|
||||
import Config from "../../server/config";
|
||||
import MessageStorage, {
|
||||
currentSchemaVersion,
|
||||
|
|
Loading…
Reference in a new issue