git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 910fcd7e82741b3cfd9feec0b7eccc56b938f3d0

Files: 910fcd7e82741b3cfd9feec0b7eccc56b938f3d0 / 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