git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 3e022f32647157091cc0b66d022de3960b13d8ac

add placeholder spec test

Michael Williams committed on 1/15/2016, 11:30:00 PM
Parent: 046aac8072d15b8432bc90f0510dc3390c41436f

Files changed

app/index.spec.jsadded
app/index.spec.jsView
@@ -1,0 +1,6 @@
1+import test from 'ava'
2+
3+test("imports render service", (t) => {
4+ const createServer = require('app/render').createServer
5+ t.is(typeof createServer, 'function')
6+})

Built with git-ssb-web