mirror of https://github.com/nodejs/node.git
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
|
import '../common/index.mjs';
|
||
|
import { strictEqual } from 'assert';
|
||
|
|
||
|
import secret from '../fixtures/experimental.json' with { type: 'json' };
|
||
|
|
||
|
strictEqual(secret.ofLife, 42);
|