Files: 6294326f0bdd2daeacee0ae1645386a1205f0e1a / 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 | |
8 | var Server = require('scuttle-testbot') |
9 | Server |
10 | .use(require('ssb-backlinks')) |
11 | |
12 | module.exports = Server |
13 |
Built with git-ssb-web