Skip to content

Commit

Permalink
Merge branch 'solve-mocha-hanging-problem' into 'dev'
Browse files Browse the repository at this point in the history
solve mocha test coverage hanging problem

Closes #232

See merge request ergo/rosen-bridge/watcher!260
  • Loading branch information
vorujack committed Mar 18, 2024
2 parents 43bdc2e + 06ca590 commit c6c2075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tiny-bats-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/watcher': patch
---

solve mocha test coverage hanging problem
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"madge": "npx madge --circular --extensions ts ./",
"prettify": "prettier --write . --ignore-path ./.gitignore",
"start": "ts-node --experimental-specifier-resolution=node ./src/index.ts",
"test": "NODE_ENV=\"test\" mocha --slow 3000",
"test": "NODE_ENV=\"test\" mocha --exit --slow 3000",
"type-check": "tsc --noEmit",
"typeorm:generate:sqlite": "npm run typeorm migration:generate ./src/database/migrations/sqlite/watcherMigration -- -p -d ./config/dataSource.ts",
"typeorm:generate:postgres": "npm run typeorm migration:generate ./src/database/migrations/postgres/watcherMigration -- -p -d ./config/dataSource.ts",
Expand Down

0 comments on commit c6c2075

Please sign in to comment.