Skip to content

fix!: replace StreamChatGenerics with module augmentation #1418

fix!: replace StreamChatGenerics with module augmentation

fix!: replace StreamChatGenerics with module augmentation #1418

Workflow file for this run

name: Unit Test
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- name: Unit Tests with Node ${{ env.NODE_VERSION }}
run: yarn run test-coverage