Files: e9d9dec1d00ff365112ca0f981bbda15e3682528 / test / test-50-mountpoints / plugins-D-ext / test-y-require-D.js
198 bytesRaw
1 | ; |
2 | |
3 | var assert = require('assert'); |
4 | var common = require('../test-y-common.js'); |
5 | |
6 | if (__dirname.indexOf('snapshot') < 0) { |
7 | console.log(__dirname); |
8 | assert(false); |
9 | } |
10 | |
11 | common('I am D'); |
12 |
Built with git-ssb-web