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

global.HTTP_VERSION = 1;

require('./main');