P5-7141: basic tests (#1)
* added containers for db and apollo * connected to test db * added network again * Added base for tests
This commit is contained in:
+20
-19
@@ -11,33 +11,34 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"apollo-datasource": "^0.8.0",
|
||||
"apollo-datasource-rest": "^0.11.0",
|
||||
"apollo-server": "^2.22.2",
|
||||
"apollo-datasource": "^0.9.0",
|
||||
"apollo-datasource-rest": "^0.13.0",
|
||||
"apollo-server": "^2.24.1",
|
||||
"async-redis": "^1.1.7",
|
||||
"datasource-sql": "^1.4.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"datasource-sql": "^1.4.1",
|
||||
"dotenv": "^9.0.2",
|
||||
"graphql": "^15.5.0",
|
||||
"graphql-scalars": "^1.9.0",
|
||||
"graphql-scalars": "^1.9.3",
|
||||
"knex-stringcase": "^1.4.5",
|
||||
"nodemon": "^2.0.7",
|
||||
"pg": "^8.5.1",
|
||||
"pg": "^8.6.0",
|
||||
"pg-hstore": "^2.3.3",
|
||||
"prettier": "^2.2.1",
|
||||
"prettier": "^2.3.0",
|
||||
"stringcase": "^4.3.1",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.2.3",
|
||||
"validator": "^13.5.2"
|
||||
"typescript": "^4.2.4",
|
||||
"validator": "^13.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.22",
|
||||
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
||||
"@typescript-eslint/parser": "^4.21.0",
|
||||
"eslint": "^7.23.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"jest": "^26.6.3",
|
||||
"testcontainers": "^7.7.0",
|
||||
"ts-jest": "^26.5.5"
|
||||
"@types/jest": "^26.0.23",
|
||||
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
||||
"@typescript-eslint/parser": "^4.24.0",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"jest": "^27.0.4",
|
||||
"testcontainers": "^7.11.1",
|
||||
"ts-jest": "^27.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user