fix problems with lint and test

This commit is contained in:
einhorn_b 2023-09-13 21:07:37 +02:00
parent 272ab8ce85
commit e017150612
3 changed files with 7 additions and 2 deletions

View File

@ -25,7 +25,6 @@
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"decimal.js-light": "^2.5.1",
"dlt-database": "file:../dlt-database",
"dotenv": "10.0.0",
"express": "4.17.1",
"graphql": "^16.7.1",

View File

@ -1,6 +1,11 @@
import 'reflect-metadata'
import { CommunityDraft } from '@/graphql/input/CommunityDraft'
import { create as createCommunity, getAllTopics, iotaTopicFromCommunityUUID, isExist } from './Community'
import {
create as createCommunity,
getAllTopics,
iotaTopicFromCommunityUUID,
isExist,
} from './Community'
import { TestDB } from '@test/TestDB'
import { getDataSource } from '@/typeorm/DataSource'

View File

@ -103,6 +103,7 @@ services:
- dlt_connector_modules:/app/node_modules
# bind the local folder to the docker to allow live reload
- ./dlt-connector:/app
- ./dlt-database:/dlt-database
########################################################
# FEDERATION ###########################################