xref: /third_party/node/test/es-module/test-esm-process.mjs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/es-module/
11cb0ef41Sopenharmony_ciimport '../common/index.mjs';
21cb0ef41Sopenharmony_ciimport assert from 'assert';
31cb0ef41Sopenharmony_ciimport process, { report } from 'process';
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ciassert.strictEqual(Object.prototype.toString.call(process), '[object process]');
61cb0ef41Sopenharmony_ciassert(Object.getOwnPropertyDescriptor(process, Symbol.toStringTag).writable);
71cb0ef41Sopenharmony_ciassert(report);
8

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