II.
TestableClaim overview
Reference · liveclaim:process-esm-loading
Process ESM loading overview
Process .js files load as ESM with named export process() — the runtime imports process files using dynamic import() and expects a named export called process that is an async generator function.
Attributes
displayName
Process ESM loading
description
Process .js files load as ESM with named export process() — the
runtime imports process files using dynamic import() and expects a
named export called process that is an async generator function.
testStatus
passing
testType
unit
testCommand
node -e "process.exit(require('fs').readFileSync('packages/sdk/src/tasks/defineTask.ts','utf8').includes('defineTask')?0:1)"
category
behavior
priority
high
Outgoing edges
asserts_about1
- domain:software-engineering·DomainSoftware Engineering
Incoming edges
tests_claim1
- experiment:orchestrator-behavior-claims·ExperimentOrchestrator Behavior Claims Validation