Skip to content

Commit

Permalink
chore: change ordhook test suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Feb 2, 2024
1 parent 0c90034 commit c6c4adb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
{
"type": "node",
"request": "launch",
"name": "Jest: Server",
"name": "Jest: Ordhook",
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
"args": [
"--testTimeout=3600000",
"--runInBand",
"--no-cache",
"${workspaceFolder}/tests/server/"
"${workspaceFolder}/tests/ordhook/"
],
"outputCapture": "std",
"console": "integratedTerminal",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest --runInBand",
"test:brc-20": "npm run test -- ./tests/brc-20/",
"test:api": "npm run test -- ./tests/api/",
"test:server": "npm run test -- ./tests/server/",
"test:ordhook": "npm run test -- ./tests/ordhook/",
"migrate": "ts-node node_modules/.bin/node-pg-migrate -j ts",
"lint:eslint": "eslint . --ext .js,.jsx,.ts,.tsx -f unix",
"lint:prettier": "prettier --check src/**/*.ts tests/**/*.ts migrations/**/*.ts",
Expand Down
File renamed without changes.

0 comments on commit c6c4adb

Please sign in to comment.