git ssb

16+

Dominic / patchbay



Tree: 8dfd53f6b3b313f0e6bf9db8230c208c1f91937c

Files: 8dfd53f6b3b313f0e6bf9db8230c208c1f91937c / 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