Skip to content

test: fix expectation in test-bootstrap-modules

Current failure on v10.x-staging, exact same thing that we fixed in https://github.com/nodejs/node/pull/25112

AssertionError [ERR_ASSERTION]: Expected <= 81 elements in moduleLoadLists, got 82

it seems like the new item in the list is Internal Binding contextify which I believe was introduced in https://github.com/nodejs/node/pull/27124

@guybedford @ryzokuken

it looks like @addaleax marked the original PR https://github.com/nodejs/node/pull/21573 as "do-not-land-v10.x"... is there an issue with the backport landing in 10.16.0?

Merge request reports

Loading