http1.test.js 80 B

1234567
  1. /**
  2. * @jest-environment node
  3. */
  4. global.HTTP_VERSION = 1;
  5. require('./main');