UNPKG

jest-audio-reporter

Version:
13 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const store_1 = require("./store"); // istanbul ignore next process.on('exit', () => { if (store_1.store.startAudio) store_1.store.startAudio.kill(); if (store_1.store.completeAudio) store_1.store.completeAudio.kill(); }); const AudioReporter_1 = require("./AudioReporter"); exports.default = AudioReporter_1.AudioReporter; //# sourceMappingURL=index.js.map