git ssb

0+

Piet / ssb-loomio



Tree: 41b985bcf7d278e734596bd277d56937e565cf4b

Files: 41b985bcf7d278e734596bd277d56937e565cf4b / 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