mediasoup-node-tests
/
3.13.19
mediasoup-node-tests 3.13.19
Install from the command line:
Learn more about npm packages
$ npm install @mafalda-sfu/mediasoup-node-tests@3.13.19
Install via package.json:
"@mafalda-sfu/mediasoup-node-tests": "3.13.19"
About this version
Node.js tests extracted from Mediasoup
This project host some scripts to extract, update and release the tests from
Mediasoup
as in independent package. This is intended to validate that other
projects implementing the Mediasoup
API like Mafalda SFU
are compatible with the original.
The tests are automatically extracted from the Mediasoup repository and updated for each new release.
npm install --save-dev jest @mafalda-sfu/mediasoup-node-tests
import mediasoupNodeTests from '@mafalda-sfu/mediasoup-node-tests'
import mediasoup from '...'
mediasoupNodeTests(mediasoup)