mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
fix problems with lint and test
This commit is contained in:
parent
272ab8ce85
commit
e017150612
@ -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",
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
@ -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 ###########################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user