git ssb

0+

Piet / ssb-loomio



Tree: 6360e70f9c420261c04295d55bd6181e31a333fb

Files: 6360e70f9c420261c04295d55bd6181e31a333fb / lib / testServer.js

352 bytesRaw
1// this is an annoying fix for a problem where requiring a scuttlebot
2// currently instantiates one instance of SecretStack
3// and installing a plugin with `#use` mutates that instance
4//
5// all future replies are polluted.
6// PRs currently open
7
8var Server = require('scuttle-testbot')
9Server
10 .use(require('ssb-backlinks'))
11
12module.exports = Server
13

Built with git-ssb-web