git ssb

0+

dinoworm ๐Ÿ› / solarpunk-icon



Tree: 8eb772ee49cf48ffed02ae6e585d323a8685aa56

Files: 8eb772ee49cf48ffed02ae6e585d323a8685aa56 / test / index.js

160 bytesRaw
1const test = require('ava')
2
3const solarpunkIcon = require('../')
4
5test('solarpunk-icon', function (t) {
6 t.truthy(solarpunkIcon, 'module is require-able')
7})
8

Built with git-ssb-web