Files: d34b731ad8a333e287d614895dc8ee066f7a59da / modules_core / index.test.js
211 bytesRaw
1 | const test = require('tape') |
2 | const combine = require('depject') |
3 | |
4 | process.env.ssb_appname = 'test' |
5 | |
6 | const core = require('./') |
7 | |
8 | test('modules_core has no outside deps', t => { |
9 | t.ok(combine(core)) |
10 | t.end() |
11 | }) |
12 | |
13 |
Built with git-ssb-web