UNPKG

web-speech-profanity

Version:

Web Speech API adapter to use Cognitive Services Speech Services for both speech-to-text and text-to-speech service.

9 lines (8 loc) 178 B
module.exports = { setupFilesAfterEnv: [ './utils/setupDotEnv.js', './utils/setupGlobalAgent.js', './utils/setupFetchPolyfill.js' ], testEnvironment: 'node' };