-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't spin up token registry server, mock func instead
- Loading branch information
1 parent
618b673
commit bc09396
Showing
60 changed files
with
927 additions
and
209 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+14.7 KB
.yarn/cache/@jridgewell-sourcemap-codec-npm-1.4.15-a055fb62cf-b881c7e503.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1000 KB
.yarn/cache/@rollup-rollup-linux-arm64-gnu-npm-4.12.0-e6336e4cdb-8.zip
Binary file not shown.
Binary file added
BIN
+953 KB
.yarn/cache/@rollup-rollup-linux-arm64-musl-npm-4.12.0-ab0970e35c-8.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.03 MB
.yarn/cache/@rollup-rollup-linux-x64-musl-npm-4.12.0-21da3668ea-8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"start": "yarn build && node --max-http-header-size=32768 dist/server.js", | ||
"start-mainnet": "cross-env-shell NODE_ENV=mainnet \"yarn start\"", | ||
"start-testnet": "cross-env-shell NODE_ENV=testnet \"yarn start\"", | ||
"test": "cross-env NODE_OPTIONS='--max-http-header-size 32768' NODE_ENV=test vitest", | ||
"test": "cross-env NODE_OPTIONS='--max-http-header-size 32768' NODE_ENV=test vitest --run", | ||
"test-badges": "make-coverage-badge --output-path ./docs/images/badge.svg", | ||
"type-check": "tsc --project tsconfig.json" | ||
}, | ||
|
@@ -67,7 +67,7 @@ | |
"supertest": "^6.3.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.27" | ||
"vitest": "^1.2.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.