Remove unused dependency

This commit is contained in:
Yarmo Mackenbach 2020-10-24 22:58:33 +02:00
parent a57eda02f7
commit e2f9c2bae2

View file

@ -15,7 +15,6 @@ limitations under the License.
*/
const chai = require('chai')
const expect = chai.expect
chai.use(require("chai-as-promised"))
const request = require('supertest')
const doipjs = require('../src')