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