git ssb

0+

dinoworm ๐Ÿ› / solarpunk-icon



Tree: cb5a52b55aa645ec97e69005be26cc9ecb027e87

Files: cb5a52b55aa645ec97e69005be26cc9ecb027e87 / 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