UNPKG

captivate-fm-api-client

Version:

A Node.js client for the Captivate.fm API. Upload media, create episodes, and manage authentication.

7 lines 160 B
module.exports = { testEnvironment: 'node', collectCoverage: true, coverageDirectory: 'coverage', testMatch: ['**/src/**/*.test.js'], verbose: true };