mirror of
https://github.com/musix-org/musix-oss
synced 2026-05-26 02:45:22 +00:00
Updated everything
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
/**
|
||||
* @jest-environment jsdom
|
||||
*/
|
||||
|
||||
global.HTTP_VERSION = 1;
|
||||
|
||||
require('./main');
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
/**
|
||||
* @jest-environment jsdom
|
||||
*/
|
||||
|
||||
global.HTTP_VERSION = 2;
|
||||
|
||||
require('./main');
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
window.fetch = require('node-fetch');
|
||||
window.URLSearchParams = require('url').URLSearchParams;
|
||||
window.FormData = require('form-data');
|
||||
|
||||
require('../main');
|
||||
Reference in New Issue
Block a user