Skip to content

Commit

Permalink
Merge pull request #135 from apivideo/improve-nodejs-client-module-co…
Browse files Browse the repository at this point in the history
…nfig

feat(nodejs) Improve client module config
  • Loading branch information
bot-api-video authored Jul 4, 2023
2 parents f8549fb + 27d851a commit 55f6b08
Show file tree
Hide file tree
Showing 27 changed files with 4,041 additions and 2,239 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install --no-save
- run: npm test
- name: Run sandbox test
run: npm run test:sandbox
- name: Run tests
run: npm run test
env:
API_KEY: ${{ secrets.API_KEY }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [2.5.0] - 2023-07-05
- Use Axios instead of Got

## [2.4.0] - 2023-06-28
- Introducing new live streams restream feature
- Introducing new analytics endpoints
Expand Down
16 changes: 0 additions & 16 deletions fixup

This file was deleted.

8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
roots: ['<rootDir>/src', '<rootDir>/test'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};
Loading

0 comments on commit 55f6b08

Please sign in to comment.