From cb428c9662e3f304e41579372f76356f5c37b7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=9A=E7=84=B6?= Date: Wed, 2 May 2018 12:07:37 +0800 Subject: [PATCH] remove the unused dependency --- package.json | 3 --- test/spec_outweb/test_realweb_spec.js | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 2274816..8c3509b 100644 --- a/package.json +++ b/package.json @@ -23,17 +23,14 @@ "express": "^4.8.5", "fast-json-stringify": "^0.17.0", "iconv-lite": "^0.4.6", - "inquirer": "^3.0.1", "ip": "^0.3.2", "juicer": "^0.6.6-stable", "mime-types": "2.1.11", "moment": "^2.15.1", "nedb": "^1.8.0", "node-easy-cert": "^1.0.0", - "node-forge": "^0.6.39", "npm": "^2.7.0", "pug": "^2.0.0-beta6", - "q": "^1.4.1", "qrcode-npm": "0.0.3", "request": "^2.74.0", "stream-throttle": "^0.1.3", diff --git a/test/spec_outweb/test_realweb_spec.js b/test/spec_outweb/test_realweb_spec.js index f419155..6970865 100644 --- a/test/spec_outweb/test_realweb_spec.js +++ b/test/spec_outweb/test_realweb_spec.js @@ -17,7 +17,7 @@ let direcrtResponseSampleB = []; let proxyResponse = []; function test(url, requestHeaders = {}) { - fdescribe('Test requests in real broswer', () => { + describe('Test requests in real broswer', () => { let proxyServer; beforeAll((done) => {