git ssb

0+

cel-desktop / ssb-pkg



Tree: efcf9fd06b02fa9bcd28681b4c777224e19702bb

Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / 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