Skip to content

esm: implement import.meta.command #47810

esm: implement import.meta.command

esm: implement import.meta.command #47810

Triggered via pull request January 22, 2024 05:19
Status Failure
Total duration 1h 9m 42s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-macOS: test/es-module/test-esm-import-meta.mjs#L1
--- stderr --- node:internal/process/esm_loader:41 internalBinding('errors').triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped [ + 'command', 'dirname', ... 'resolve', 'url' ] at file:///Users/runner/work/node/node/test/es-module/test-esm-import-meta.mjs:7:8 at ModuleJob.run (node:internal/modules/esm/module_job:218:25) at async ModuleLoader.import (node:internal/modules/esm/loader:338:24) at async loadESM (node:internal/process/esm_loader:35:7) at async handleMainPromise (node:internal/modules/run_main:123:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [ 'command', 'dirname', 'filename', 'resolve', 'url' ], expected: [ 'dirname', 'filename', 'resolve', 'url' ], operator: 'deepStrictEqual' } Node.js v22.0.0-pre Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/es-module/test-esm-import-meta.mjs
test-macOS
Process completed with exit code 2.