Skip to content

Commit

Permalink
chore: ensure mock uses .env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdefra committed Oct 14, 2024
1 parent f53c185 commit 87a1943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcp-data-access-layer-api",
"version": "1.3.15",
"version": "1.3.16",
"description": "Customer Registry GraphQL Service",
"homepage": "https://github.com/DEFRA/fcp-data-access-layer-api",
"main": "app/index.js",
Expand All @@ -16,7 +16,7 @@
"start:dev": "nodemon -r dotenv/config --ext js,gql app/index.js",
"start:watch": "nodemon --inspect=0.0.0.0 --ext js --legacy-watch app/index.js",
"start:mock": "nodemon -r dotenv/config ./mocks --watch ./mocks",
"test": "NODE_OPTIONS=--experimental-vm-modules DOTENV_CONFIG_PATH=./.env.test jest --runInBand --detectOpenHandles --setupFiles dotenv/config",
"test": "NODE_OPTIONS=--experimental-vm-modules DOTENV_CONFIG_PATH=./.env.test jest --runInBand --forceExit --detectOpenHandles --setupFiles dotenv/config",
"test:contract": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=test/contract --setupFiles dotenv/config",
"test:integration": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=test/integration --setupFiles dotenv/config",
"test:local": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --setupFiles dotenv/config",
Expand Down

0 comments on commit 87a1943

Please sign in to comment.