mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-07-03 10:58:51 +00:00
feat: update tests
feat: update tests feat: update tests
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
import {SCConfigFile, SCSearchQuery, SCSearchResponse, SCThings, SCThingType, SCUuid} from '@openstapps/core';
|
||||
import {Express} from 'express';
|
||||
import moment from 'moment';
|
||||
import {getIndexUID} from '../src/storage/elasticsearch/util.js';
|
||||
import {configureApp} from '../src/app.js';
|
||||
import express from 'express';
|
||||
import http from 'http';
|
||||
@@ -26,6 +25,7 @@ import getPort from 'get-port';
|
||||
import {Database} from '../src/storage/database.js';
|
||||
import {v4} from 'uuid';
|
||||
import {backendConfig} from '../src/config.js';
|
||||
import {getIndexUID} from '../src/storage/elasticsearch/util/index.js';
|
||||
|
||||
/**
|
||||
* Adds routers and configures an (express) app
|
||||
|
||||
Reference in New Issue
Block a user