git ssb

0+

cel-desktop / ssb-pkg



Tree: 938b7ea4cfaa3cef6e1690b9ef3ea8bd7a0d2de1

Files: 938b7ea4cfaa3cef6e1690b9ef3ea8bd7a0d2de1 / 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