Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-50-package-json-3 / test-x-index.js
154 bytesRaw
1 | /* eslint-disable no-path-concat */ |
2 | |
3 | 'use strict'; |
4 | |
5 | var dataPath = 'test-y-data.json'; |
6 | var data = require(__dirname + '/' + dataPath); |
7 | console.log(data); |
8 |
Built with git-ssb-web