Files: ba7439117c4a64cf7928c63d64fd58acd9898993 / modules_core / index.test.js
177 bytesRaw
1 | const test = require('tape') |
2 | const combine = require('depject') |
3 | |
4 | const core = require('./') |
5 | |
6 | test('modules_core has no outside deps', t => { |
7 | t.ok(combine(core)) |
8 | t.end() |
9 | }) |
10 | |
11 |
Built with git-ssb-web