Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-50-resolve-and-nearby / test-x-index.js
211 bytesRaw
1 | ; |
2 | |
3 | var fs = require('fs'); |
4 | var path = require('path'); |
5 | |
6 | console.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