git ssb

16+

Dominic / patchbay



Tree: 539c2721f7440d5a437ac3dc66c7d64f7876505e

Files: 539c2721f7440d5a437ac3dc66c7d64f7876505e / 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