git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 05b091acca0b6c259bc8ac28101132af986f8fdb

Files: 05b091acca0b6c259bc8ac28101132af986f8fdb / 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