Skip to content

FCE-423, FCE-298: Propose updated way of configuring video quality in SDKs; Re-think default activeEncodings settings in SDK; FCE-1032: Fix stopCapture #972

FCE-423, FCE-298: Propose updated way of configuring video quality in SDKs; Re-think default activeEncodings settings in SDK; FCE-1032: Fix stopCapture

FCE-423, FCE-298: Propose updated way of configuring video quality in SDKs; Re-think default activeEncodings settings in SDK; FCE-1032: Fix stopCapture #972

name: React Native - Unit tests
on:
pull_request:
jobs:
rn-client-unit-tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: "npm"
- name: Use corepack
run: corepack enable
- name: Install node dependencies
run: yarn
- name: Run unit tests for the library
run: yarn test -- src/__tests__/*.test.tsx
working-directory: ./packages/react-native-client