mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/60501 Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
import '../common/index.mjs';
|
|
import assert from 'node:assert';
|
|
|
|
import '../fixtures/recursive-a.cjs';
|
|
|
|
assert.strictEqual(global.counter, 1);
|
|
delete global.counter;
|