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.js | changed |
tests/index.js | changed |
portManager.js | ||
---|---|---|
@@ -1,7 +1,6 @@ | ||
1 | 1 | const DeleteMessage = require('./deleteMessage') |
2 | 2 | |
3 | - | |
4 | 3 | module.exports = class PortManager { |
5 | 4 | /** |
6 | 5 | * The port manager manages the the ports. This inculdes creation, deletion |
7 | 6 | * fetching and waiting on ports |
tests/index.js | ||
---|---|---|
@@ -24,9 +24,9 @@ | ||
24 | 24 | node.on('ready', () => { |
25 | 25 | tape('basic', async t => { |
26 | 26 | t.plan(3) |
27 | 27 | let message |
28 | - const expectedState = { '/': 'zdpuAyCWhqq3v5DWhJCJPBgFkFbMxmD4do98TusonJmw7TyEG' } | |
28 | + const expectedState = { '/': 'zdpuAyCWhqq3v5DWhJCJPBgFkFbMxmD4do98TusonJmw7TyEG' } | |
29 | 29 | |
30 | 30 | class testVMContainer extends BaseContainer { |
31 | 31 | onMessage (m) { |
32 | 32 | t.true(m === message, 'should recive a message') |
Built with git-ssb-web