forked from Mirrors/doipjs
Fix dep in test
This commit is contained in:
parent
8d68a30d50
commit
4e00c1025e
1 changed files with 1 additions and 5 deletions
|
@ -18,11 +18,7 @@ const expect = chai.expect
|
||||||
chai.use(require('chai-as-promised'))
|
chai.use(require('chai-as-promised'))
|
||||||
|
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const openpgp = require(path.join(
|
const openpgp = require('openpgp')
|
||||||
require.resolve('openpgp'),
|
|
||||||
'..',
|
|
||||||
'openpgp.min.js'
|
|
||||||
))
|
|
||||||
const doipjs = require('../src')
|
const doipjs = require('../src')
|
||||||
|
|
||||||
const pubKeyFingerprint = `3637202523e7c1309ab79e99ef2dc5827b445f4b`
|
const pubKeyFingerprint = `3637202523e7c1309ab79e99ef2dc5827b445f4b`
|
||||||
|
|
Loading…
Reference in a new issue