jest-audio-reporter
Version:
Plays audio on jest events
13 lines • 458 B
JavaScript
;
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