forked from Supositware/Haha-Yes
7 lines
80 B
Text
7 lines
80 B
Text
/**
|
|
* @jest-environment node
|
|
*/
|
|
|
|
global.HTTP_VERSION = 2;
|
|
|
|
require('./main');
|