git ssb

0+

Piet / ssb-loomio



Tree: a73e619efd186df47c9c41473bb801484a098cd9

Files: a73e619efd186df47c9c41473bb801484a098cd9 / 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