test: add local file server install instructions

pull/1137/head
Audric Ackermann 5 years ago
parent eabcd6be65
commit e2eeef3180
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -571,6 +571,7 @@ module.exports = {
async startLocalFileServer() {
if (!this.fileServer) {
// be sure to run `git submodule update --init && cd loki-file-server && yarn install; cd -`
// eslint-disable-next-line global-require
this.fileServer = require('../loki-file-server/app');
}

Loading…
Cancel
Save