mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
exclure les tests socket pour linstant du aux changements PFEA2024
This commit is contained in:
parent
a89c930da9
commit
5cc6789be2
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
const http = require("http");
|
const http = require("http");
|
||||||
const { Server } = require("socket.io");
|
const { Server } = require("socket.io");
|
||||||
const Client = require("socket.io-client");
|
const Client = require("socket.io-client");
|
||||||
|
//will need to mock socket
|
||||||
const { setupWebsocket } = require("../socket");
|
const { setupWebsocket } = require("../socket");
|
||||||
|
|
||||||
process.env.NODE_ENV = "test";
|
process.env.NODE_ENV = "test";
|
||||||
Loading…
Reference in a new issue