Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Jan 16, 2025
1 parent f58983f commit 5a0e380
Show file tree
Hide file tree
Showing 17 changed files with 2,410 additions and 2,297 deletions.
1 change: 1 addition & 0 deletions libs/coin-modules/coin-aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m ES6 --outDir lib-es",
"coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-aptos.json",
"coverage2": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --coverageReporters html --passWithNoTests",
"prewatch": "pnpm build",
"watch": "tsc --watch",
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
Expand Down
Loading

0 comments on commit 5a0e380

Please sign in to comment.