mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-01-09 14:29:27 -07:00
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 chai = require('chai')
|
||||||
const expect = chai.expect
|
const expect = chai.expect
|
||||||
|
|
||||||
const request = require('supertest')
|
|
||||||
const doipjs = require('../src')
|
const doipjs = require('../src')
|
||||||
|
|
||||||
doipjs.serviceproviders.list.forEach((sp, i) => {
|
doipjs.serviceproviders.list.forEach((sp, i) => {
|
||||||
|
|
|
@ -20,7 +20,6 @@ chai.use(chaiMatchPattern)
|
||||||
chai.use(require("chai-as-promised"))
|
chai.use(require("chai-as-promised"))
|
||||||
|
|
||||||
const _ = chaiMatchPattern.getLodashModule()
|
const _ = chaiMatchPattern.getLodashModule()
|
||||||
const request = require('supertest')
|
|
||||||
const doipjs = require('../src')
|
const doipjs = require('../src')
|
||||||
|
|
||||||
const pattern = {
|
const pattern = {
|
||||||
|
|
Loading…
Reference in a new issue