git ssb

4+

Dominic / scuttlebot



Commit ac75414b720763dd15d89818928e111aeb5b5acb

update plugin tests to new api

Dominic Tarr committed on 6/9/2017, 7:35:47 AM
Parent: 9dc5cf7b3fc0876b553e05d18351db915a1084f5

Files changed

test/plugins.jschanged
test/plugins.jsView
@@ -49,9 +49,9 @@
4949 path: datadirPath,
5050 port: 45451, host: 'localhost',
5151 keys: aliceKeys,
5252 plugins: {
53- 'test-plugin': true
53+ 'test-plugin': 'test'
5454 }
5555 }
5656 resetSbot()
5757 require('../plugins/plugins').loadUserPlugins(createSbot, config)
@@ -147,9 +147,9 @@
147147 path: datadirPath,
148148 port: 45451, host: 'localhost',
149149 keys: aliceKeys,
150150 plugins: {
151- 'my-test-plugin': true
151+ 'my-test-plugin': 'test'
152152 }
153153 }
154154 resetSbot()
155155 require('../plugins/plugins').loadUserPlugins(createSbot, config)
@@ -191,5 +191,5 @@
191191 })
192192 })
193193 )
194194 })
195-})
195+})

Built with git-ssb-web