Unusused function
parent
525ad4bdb6
commit
e9e7625789
|
@ -2,7 +2,7 @@ const fs = require('fs');
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
const session = require('supertest-session');
|
const session = require('supertest-session');
|
||||||
const app = require('../app.js');
|
const app = require('../app.js');
|
||||||
const { getId, newId } = require('../lib/common');
|
const { newId } = require('../lib/common');
|
||||||
const { runIndexing } = require('../lib/indexing');
|
const { runIndexing } = require('../lib/indexing');
|
||||||
|
|
||||||
// Get test data to compare in tests
|
// Get test data to compare in tests
|
||||||
|
|
Loading…
Reference in New Issue