summaryrefslogtreecommitdiff
path: root/node_modules/snekfetch/test/node/http1.test.js
blob: 00f91f4f9b2717253c2818d5b1d9ffa8064b59b1 (plain) (blame)
1
2
3
4
5
6
7
/**
 * @jest-environment node
 */

global.HTTP_VERSION = 1;

require('./main');