git ssb

0+

cel-desktop / ssb-pkg



Tree: 1eb144e388da5f1a3466703f56ac4ab591d700fc

Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / test / test-79-npm / graceful-fs / graceful-fs.js

228 bytesRaw
1'use strict';
2
3// only pkg-ed run
4if (!process.pkg) {
5 console.log('ok');
6 return;
7}
8
9var fs = require('graceful-fs');
10var hack = 'dirty-hack-for-testing-purposes';
11if (fs.readFileSync(hack) === hack) {
12 console.log('ok');
13}
14

Built with git-ssb-web