git ssb

0+

Piet / ssb-loomio



Tree: 1e933ab63d7c182250e5e708bcf30b1b752205aa

Files: 1e933ab63d7c182250e5e708bcf30b1b752205aa / 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