Files: 49657e414149351bb2bdb95532753c5c68906d3b / test / index.js
185 bytesRaw
1 | const test = require('tape') |
2 | |
3 | const patchworkDownloader = require('../') |
4 | |
5 | test('patchwork-downloader', function (t) { |
6 | t.ok(patchworkDownloader, 'module is require-able') |
7 | t.end() |
8 | }) |
9 |
Built with git-ssb-web