update document

This commit is contained in:
xiaofeng.mxf
2019-03-26 20:56:25 +08:00
parent 01e0b01949
commit 2f63cd96c1
13 changed files with 45 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ const { directGet } = require('../util/HttpUtil.js');
describe('WebInterface server', () => {
let webServer = null;
let webHost = 'http://127.0.0.1:8002';
const webHost = 'http://127.0.0.1:8002'
beforeAll(() => {
const recorder = new Recorder();
@@ -27,4 +27,4 @@ describe('WebInterface server', () => {
})
.catch(done);
});
});
});