Revert unnecessary changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as httpm from '../';
|
||||
import * as am from '../auth';
|
||||
import * as httpm from '../_out';
|
||||
import * as am from '../_out/auth';
|
||||
|
||||
describe('auth', () => {
|
||||
beforeEach(() => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as httpm from '../';
|
||||
import * as httpm from '../_out';
|
||||
import * as path from 'path';
|
||||
import * as fs from 'fs';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as httpm from '../';
|
||||
import * as httpm from '../_out';
|
||||
|
||||
describe('basics', () => {
|
||||
let _http: httpm.HttpClient;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as pm from '../proxy';
|
||||
import * as pm from '../_out/proxy';
|
||||
import * as url from 'url';
|
||||
|
||||
describe('proxy', () => {
|
||||
|
||||
Reference in New Issue
Block a user