git ssb

0+

cel-desktop / ssb-pkg



Tree: cfc8d49135488f7554210234b3a503c2dbd6c6a5

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