git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit a2acc6de9878b25ba7ae028fcf33ca086d042fae

fix lint

Signed-off-by: wanderer <mjbecze@gmail.com>
wanderer committed on 9/10/2017, 8:10:23 AM
Parent: 9d0e76ab27a7c7ca239e1ef71f84447d37f4acc4

Files changed

portManager.jschanged
tests/index.jschanged
portManager.jsView
@@ -1,7 +1,6 @@
11 const DeleteMessage = require('./deleteMessage')
22
3-
43 module.exports = class PortManager {
54 /**
65 * The port manager manages the the ports. This inculdes creation, deletion
76 * fetching and waiting on ports
tests/index.jsView
@@ -24,9 +24,9 @@
2424 node.on('ready', () => {
2525 tape('basic', async t => {
2626 t.plan(3)
2727 let message
28- const expectedState = { '/': 'zdpuAyCWhqq3v5DWhJCJPBgFkFbMxmD4do98TusonJmw7TyEG' }
28+ const expectedState = { '/': 'zdpuAyCWhqq3v5DWhJCJPBgFkFbMxmD4do98TusonJmw7TyEG' }
2929
3030 class testVMContainer extends BaseContainer {
3131 onMessage (m) {
3232 t.true(m === message, 'should recive a message')

Built with git-ssb-web