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>
7 lines
174 B
JavaScript
7 lines
174 B
JavaScript
import '../common/index.mjs';
|
|
import assert from 'assert';
|
|
|
|
import secret from '../fixtures/experimental.json' with { type: 'json' };
|
|
|
|
assert.strictEqual(secret.ofLife, 42);
|