Skip to content

doc(API): unmentioned_in multiple uploads works too #STRINGS-1379 #1816

doc(API): unmentioned_in multiple uploads works too #STRINGS-1379

doc(API): unmentioned_in multiple uploads works too #STRINGS-1379 #1816

name: Run Typescript Tests
on: [push]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
npm install
npm run generate.typescript
cd ./clients/typescript
npm install
npm test