git ssb

0+

dinoworm ๐Ÿ› / solarpunk-icon



Tree: 769478285595bed29bf26168093589c868b286ee

Files: 769478285595bed29bf26168093589c868b286ee / 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