MCPcopy Index your code
hub / github.com/nodejs/node / test-require-module-retry-import-evaluating.js

File test-require-module-retry-import-evaluating.js

test/es-module/test-require-module-retry-import-evaluating.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// This tests that after failing to require an ESM that contains TLA,
2// retrying with import() still works, and produces consistent results.
3'use strict';
4const common = require('../common');

Callers

nothing calls this directly

Calls 5

clearIntervalFunction · 0.85
allMethod · 0.80
requireFunction · 0.50
setIntervalFunction · 0.50
thenMethod · 0.45

Tested by

no test coverage detected