mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 04:08:11 +00:00
feat: integration tests
This commit is contained in:
21
integration/package.json
Normal file
21
integration/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@edr/freight-integration",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "API-level integration tests for the freight API against the real payment microservice",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/pg": "^8.11.0",
|
||||
"@types/supertest": "^6.0.2",
|
||||
"pg": "^8.13.0",
|
||||
"supertest": "^7.0.0",
|
||||
"typescript": "^5.5.4",
|
||||
"vitest": "^2.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user