Skip to content

Commit

Permalink
feat: socket-io blockProposal notifications (#58)
Browse files Browse the repository at this point in the history
* feat: socket-io notifications

* test: socket-io blockProposal tests

* chore: no client lib for now

* chore: fix ci
  • Loading branch information
zone117x authored Nov 15, 2024
1 parent 39710b5 commit 79334e2
Show file tree
Hide file tree
Showing 16 changed files with 711 additions and 78 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const jestConfig: JestConfigWithTsJest = {
testEnvironment: 'node',
coverageProvider: 'v8',
collectCoverageFrom: ['src/**/*.ts', 'migrations/*.ts'],
testTimeout: 600000,
projects: [
{
transform,
Expand Down
Loading

0 comments on commit 79334e2

Please sign in to comment.