mirror of https://codeberg.org/pzp/pzp-dict.git
fix tests
This commit is contained in:
parent
d3664ff1c8
commit
dac32c30f1
|
@ -23,7 +23,7 @@ function createPeer(config) {
|
|||
throw new Error('need config.global.keypair in createPeer()')
|
||||
}
|
||||
|
||||
rimraf.sync(config.db.path)
|
||||
rimraf.sync(config.global.path)
|
||||
return require('secret-stack/bare')()
|
||||
.use(require('secret-stack/plugins/net'))
|
||||
.use(require('secret-handshake-ext/secret-stack'))
|
||||
|
|
Loading…
Reference in New Issue