Skip to content

Commit

Permalink
added global userconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
XK4MiLX authored Oct 29, 2023
1 parent 5861812 commit fd973aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ZelBack/appsService.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-disable func-names */
global.userconfig = require('../../config/userconfig');

process.env.NODE_CONFIG_DIR = `${process.cwd()}/ZelBack/config/`;
const chai = require('chai');
const appService = require('../../ZelBack/src/services/appsService');
Expand Down

0 comments on commit fd973aa

Please sign in to comment.