git ssb

16+

Dominic / patchbay



Tree: ba7439117c4a64cf7928c63d64fd58acd9898993

Files: ba7439117c4a64cf7928c63d64fd58acd9898993 / modules_core / index.test.js

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

Built with git-ssb-web