mirror of
https://github.com/thelounge/thelounge.git
synced 2026-04-17 20:38:35 -04:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import * as path from "path";
|
|
const home = path.join(process.cwd(), "test", "fixtures", ".thelounge");
|
|
|
|
import config from "../../server/config";
|
|
config.setHome(home);
|