git ssb

16+

Dominic / patchbay



Tree: 307df129331fb2304b165db3702a5b8f05c84031

Files: 307df129331fb2304b165db3702a5b8f05c84031 / modules_basic / index.test.js

260 bytesRaw
1const test = require('tape')
2const combine = require('depject')
3
4process.env.ssb_appname = 'test'
5
6const core = require('../modules_core')
7const basic = require('./')
8
9test('modules_basic has no outside deps', t => {
10 t.ok(combine(basic, core))
11 t.end()
12})
13
14

Built with git-ssb-web