Files
medusa-store/integration-tests/package.json
Zakaria El Asri 06fd882a67 fix: parameterize integration tests' db credentials (#319)
* add: read db credentials from .env

* remove: console.log

* fix: default to default pg user and password
2021-07-23 11:27:05 +01:00

15 lines
289 B
JSON

{
"name": "integration-tests",
"version": "1.0.0",
"description": "",
"main": "jest.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zakaria S. El Asri",
"license": "ISC",
"devDependencies": {
"dotenv": "^10.0.0"
}
}