Files: 65191f9a9664f013ebe726bb95a1a54b086e1bd5 / test / test-79-npm / j / j.js
182 bytesRaw
1 | ; |
2 | |
3 | var j = require('j'); |
4 | var path = require('path'); |
5 | var xls = j.readFile(path.join(__dirname, 'registry.xls')); |
6 | if (xls[1].Strings.length > 50) { |
7 | console.log('ok'); |
8 | } |
9 |
Built with git-ssb-web