readme.. fix test

This commit is contained in:
Lloyd Brookes
2017-03-23 23:17:14 +00:00
parent ec76624f66
commit d42f453ef3
3 changed files with 63 additions and 57 deletions

View File

@ -10,7 +10,7 @@ runner.test('basic', async function () {
const port = 9000 + this.index
const localWebServer = new LocalWebServer({
port: port,
'static.root': 'test/fixture',
directory: 'test/fixture',
'log.format': 'none'
})
localWebServer.start()