forked from Mirrors/doipjs
Remove dependency
This commit is contained in:
parent
4794320d92
commit
80335a04f6
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ limitations under the License.
|
|||
const chai = require('chai')
|
||||
const expect = chai.expect
|
||||
|
||||
const request = require('supertest')
|
||||
const doipjs = require('../src')
|
||||
|
||||
doipjs.serviceproviders.list.forEach((sp, i) => {
|
||||
|
|
|
@ -20,7 +20,6 @@ chai.use(chaiMatchPattern)
|
|||
chai.use(require("chai-as-promised"))
|
||||
|
||||
const _ = chaiMatchPattern.getLodashModule()
|
||||
const request = require('supertest')
|
||||
const doipjs = require('../src')
|
||||
|
||||
const pattern = {
|
||||
|
|
Loading…
Reference in a new issue