node/test/es-module/test-esm-import-attributes-1.mjs

7 lines
176 B
JavaScript
Raw Permalink Normal View History

import '../common/index.mjs';
import { strictEqual } from 'assert';
import secret from '../fixtures/experimental.json' with { type: 'json' };
strictEqual(secret.ofLife, 42);