git ssb

16+

Dominic / patchbay



Tree: 10a6e10b5c3d8204fc1eca07af3083614c9d9db5

Files: 10a6e10b5c3d8204fc1eca07af3083614c9d9db5 / modules_core / index.test.js

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

Built with git-ssb-web