Files
measurement/test
znetsixe 36eaa2f859 test(edge): align invalid-payload test with object-payload accept behaviour
The runtime handler accepts both bare numbers and {value} object payloads
(matches the contract's units: {measure, default} pre-dispatch shape).
The edge test was still asserting the old "object payloads are ignored"
behaviour; update it to the current contract.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 15:29:46 +02:00
..
2026-02-19 17:37:21 +01:00

Measurement Test Suite Layout

This folder follows EVOLV standard node test structure.

Required folders

  • basic/
  • integration/
  • edge/
  • helpers/

Baseline files

  • basic/specific-constructor.basic.test.js
  • basic/scaling-and-output.basic.test.js
  • basic/nodeclass-routing.basic.test.js
  • integration/examples-flows.integration.test.js
  • integration/measurement-event.integration.test.js
  • edge/invalid-payload.edge.test.js
  • edge/outlier-toggle.edge.test.js

Authoritative mapping for coverage intent lives in:

  • .agents/function-anchors/measurement/EVIDENCE-measurement-tests.md