git ssb

0+

cel-desktop / ssb-pkg



Tree: e9d9dec1d00ff365112ca0f981bbda15e3682528

Files: e9d9dec1d00ff365112ca0f981bbda15e3682528 / test / test-50-mountpoints / plugins-D-ext / test-y-require-D.js

198 bytesRaw
1'use strict';
2
3var assert = require('assert');
4var common = require('../test-y-common.js');
5
6if (__dirname.indexOf('snapshot') < 0) {
7 console.log(__dirname);
8 assert(false);
9}
10
11common('I am D');
12

Built with git-ssb-web