xref: /third_party/node/test/fixtures/test-runner/custom_reporters/throwing.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/test-runner/custom_reporters/
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

Indexes created Thu Nov 07 10:32:03 CST 2024