git ssb

0+

Piet / ssb-loomio



Commit ec22a109e197a4c2d5f3dfca7ae54400d60890b5

Adds todo reminder

Piet Geursen committed on 5/14/2018, 2:20:04 AM
Parent: 32a33a98ca920f7d44b96ee7b79cae654a047eee

Files changed

test/poll/obs/get.test.jschanged
test/poll/obs/get.test.jsView
@@ -26,8 +26,10 @@
2626 piet.publish(pollContent, (err, poll) => {
2727 t.error(err)
2828 const pollDoc = getPoll(server)(poll.key)
2929
30+ // TODO: test myPosition and errors
31+
3032 pollDoc.sync(function (sync) {
3133 t.ok(sync, 'sync gets set')
3234 })
3335 pollDoc.poll(function (decoratedPoll) {

Built with git-ssb-web