git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 49657e414149351bb2bdb95532753c5c68906d3b

Files: 49657e414149351bb2bdb95532753c5c68906d3b / test / index.js

185 bytesRaw
1const test = require('tape')
2
3const patchworkDownloader = require('../')
4
5test('patchwork-downloader', function (t) {
6 t.ok(patchworkDownloader, 'module is require-able')
7 t.end()
8})
9

Built with git-ssb-web