mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
Do not override HOME env in tests
This commit is contained in:
parent
dcec9f3c37
commit
d6f2def825
1 changed files with 2 additions and 1 deletions
3
test/fixtures/env.js
vendored
3
test/fixtures/env.js
vendored
|
@ -1 +1,2 @@
|
|||
process.env.HOME = "test/fixtures";
|
||||
var home = require("path").join(__dirname, ".lounge");
|
||||
require("../../src/helper").setHome(home);
|
||||
|
|
Loading…
Reference in a new issue