11cb0ef41Sopenharmony_ci'use strict'; 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_cimodule.exports = async function * customReporter() { 41cb0ef41Sopenharmony_ci yield 'Going to throw an error\n'; 51cb0ef41Sopenharmony_ci throw new Error('Reporting error'); 61cb0ef41Sopenharmony_ci}; 7