git ssb

0+

dinoworm ๐Ÿ› / solarpunk-icon



Tree: 029395cd787e08e84642683dd7e4b839cfb1a979

Files: 029395cd787e08e84642683dd7e4b839cfb1a979 / 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