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 b3787ce commit 62a94cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/fluxCommunication.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable no-underscore-dangle */
global.userconfig = require('../../config/userconfig');
const sinon = require('sinon');
const WebSocket = require('ws');
const { expect } = require('chai');
Expand Down

0 comments on commit 62a94cd

Please sign in to comment.