file_walker.js detect articles in data file tree

This commit is contained in:
Clément GOUIN
2019-06-19 16:27:49 +02:00
parent 15761551e7
commit 20b4d0353f
8 changed files with 227 additions and 8 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
/* jshint -W117 */
const request = require('supertest');
const config = require('./config.test.json');
const app = require('../src/app')(config);
const app = require('../src/app')({
});
describe('Test root path', () => {
test('GET / 200', done => {