git ssb

0+

cel-desktop / ssb-pkg



Tree: e9d9dec1d00ff365112ca0f981bbda15e3682528

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