Skip to content

Commit

Permalink
Merge pull request #286 from blockfrost/fix_token
Browse files Browse the repository at this point in the history
test: fix unit tests default BLOCKFROST_PROJECT_ID
  • Loading branch information
slowbackspace authored Jan 14, 2025
2 parents 6d8f1a7 + b449e2c commit 435ff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "yarn build && yarn node ./dist/src/server.js",
"start:profiler": "yarn build && NODE_ENV=production yarn node --prof ./dist/src/server.js",
"test-performance": "yarn build && yarn node ./dist/src/scripts/performance/index.js",
"test": "BLOCKFROST_PROJECT_ID=mainnet_none vitest --config vitest.config.unit.ts",
"test": "BLOCKFROST_PROJECT_ID=${BLOCKFROST_PROJECT_ID:-mainnet_none} vitest --config vitest.config.unit.ts",
"test:e2e": "vitest --config vitest.config.e2e.ts",
"coverage": "vitest run --coverage",
"type-check": "tsc --project tsconfig.json"
Expand Down

0 comments on commit 435ff17

Please sign in to comment.