Skip to content

Commit

Permalink
remove integration test var
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Dec 29, 2023
1 parent b3a65ad commit bdbebec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "mxfactorial docker integration tests",
"main": "index.js",
"scripts": {
"test:local": "eval $(cat .env) SILENCE_EXEC_LOGS=true jest --config config/local/jest.local.config.ts --runInBand --detectOpenHandles",
"test:up": "eval $(cat .env) SILENCE_EXEC_LOGS=true jest --config config/docker/jest.docker.config.ts --runInBand --detectOpenHandles",
"test:docker": "eval $(cat .env) SILENCE_EXEC_LOGS=true jest --config config/docker/jest.docker.base.config.ts --runInBand --detectOpenHandles",
"test:cloud": "eval $(cat .env) SILENCE_EXEC_LOGS=true jest --config config/cloud/jest.cloud.config.ts --runInBand --detectOpenHandles"
"test:local": "eval $(cat .env) jest --config config/local/jest.local.config.ts --runInBand --detectOpenHandles",
"test:up": "eval $(cat .env) jest --config config/docker/jest.docker.config.ts --runInBand --detectOpenHandles",
"test:docker": "eval $(cat .env) jest --config config/docker/jest.docker.base.config.ts --runInBand --detectOpenHandles",
"test:cloud": "eval $(cat .env) jest --config config/cloud/jest.cloud.config.ts --runInBand --detectOpenHandles"
},
"keywords": [],
"author": "",
Expand All @@ -27,4 +27,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}
}

0 comments on commit bdbebec

Please sign in to comment.