git ssb

0+

cel-desktop / ssb-pkg



Tree: ca90b5ca0579ebdcc0635288bce4978e3fb200f5

Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-50-resolve-and-nearby / test-x-index.js

211 bytesRaw
1'use strict';
2
3var fs = require('fs');
4var path = require('path');
5
6console.log([
7
8 require('test-y-fish'), // both should have same names
9 fs.readFileSync(path.join(__dirname, 'test-y-fish'))
10
11].join('\n'));
12

Built with git-ssb-web