mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
use process.cwd() for correct path
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* MIT Licensed.
|
||||
*/
|
||||
const config = require("../../default.js").configFactory({
|
||||
let config = require(process.cwd() + "/tests/configs/default.js").configFactory({
|
||||
modules: [
|
||||
{
|
||||
module: "clock",
|
||||
|
Reference in New Issue
Block a user