Files: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44 / test / test-79-npm / fs-extra / fs-extra.js
225 bytesRaw
1 | ; |
2 | |
3 | // only pkg-ed run |
4 | if (!process.pkg) { |
5 | console.log('ok'); |
6 | return; |
7 | } |
8 | |
9 | var fs = require('fs-extra'); |
10 | var hack = 'dirty-hack-for-testing-purposes'; |
11 | if (fs.readFileSync(hack) === hack) { |
12 | console.log('ok'); |
13 | } |
14 |
Built with git-ssb-web