Skip to content

Commit

Permalink
fix(client): Tidy tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Nov 17, 2021
1 parent b71b1e4 commit ca577cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/client-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
npm install -g npm@8 --prefer-offline --no-audit
npm run bootstrap-pkg streamr-client
- run: npm run eslint
- run: npm run test-exports

test:
name: Test Unit using Node ${{ matrix.node-version }}
Expand Down
1 change: 0 additions & 1 deletion packages/client/test/integration/BrubeckNode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ describe('BrubeckNode', () => {
client.destroy(),
]
await Promise.allSettled(tasks)
// @ts-expect-error ts wants getNode to be Promise<void>, seems wrong.
await Promise.all(tasks)
}).rejects.toThrow('destroy')
})
Expand Down

0 comments on commit ca577cb

Please sign in to comment.