UNPKG

jest-audio-reporter

Version:
12 lines (8 loc) 268 B
import { store } from './store' // istanbul ignore next process.on('exit', () => { if (store.startAudio) store.startAudio.kill() if (store.completeAudio) store.completeAudio.kill() }) import { AudioReporter } from './AudioReporter' export default AudioReporter