1import '../common/index.mjs'; 2import { strictEqual } from 'assert'; 3 4import secret from '../fixtures/experimental.json' with { type: 'json' }; 5 6strictEqual(secret.ofLife, 42); 7
1import '../common/index.mjs'; 2import { strictEqual } from 'assert'; 3 4import secret from '../fixtures/experimental.json' with { type: 'json' }; 5 6strictEqual(secret.ofLife, 42); 7