code review

This commit is contained in:
Josh Gross
2020-01-10 18:12:28 -05:00
parent cfcdda9620
commit b1a3f20932
12 changed files with 16 additions and 78 deletions

View File

@@ -1,13 +1,7 @@
import * as httpm from '../_out';
import * as path from 'path';
import * as am from '../_out/auth';
import * as fs from 'fs';
let sampleFilePath: string = path.join(__dirname, 'testoutput.txt');
import * as httpm from '../';
describe('basics', () => {
let _http: httpm.HttpClient;
let _httpbin: httpm.HttpClient;
beforeEach(() => {
_http = new httpm.HttpClient('http-client-tests', [], { keepAlive: true });