node/test/fixtures/es-module-shadow-realm/re-export-state-counter.mjs

4 lines
204 B
JavaScript

// This module verifies that the module specifier is resolved relative to the
// current module and not the current working directory in the ShadowRealm.
export { getCounter } from "./state-counter.mjs";