1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-01 20:13:38 +00:00

Updated everything

This commit is contained in:
MatteZ02
2019-09-15 09:18:33 +03:00
parent 9d7e55b5ee
commit e4e99d76c9
1064 changed files with 277 additions and 171372 deletions

View File

@ -1,7 +0,0 @@
/**
* @jest-environment jsdom
*/
global.HTTP_VERSION = 1;
require('./main');

View File

@ -1,7 +0,0 @@
/**
* @jest-environment jsdom
*/
global.HTTP_VERSION = 2;
require('./main');

View File

@ -1,5 +0,0 @@
window.fetch = require('node-fetch');
window.URLSearchParams = require('url').URLSearchParams;
window.FormData = require('form-data');
require('../main');