git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 050c168718e10d3e209cae804f73b74daf263248

Files: 050c168718e10d3e209cae804f73b74daf263248 / 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