aboutsummaryrefslogtreecommitdiff
path: root/test/es-module/test-esm-snapshot.mjs
blob: 878be79a34044c8ec634312de802f69af50775f0 (plain)
1
2
3
4
5
6
7
8
// Flags: --experimental-modules
/* eslint-disable required-modules */
import '../common/index';
import './esm-snapshot-mutator';
import one from './esm-snapshot';
import assert from 'assert';

assert.strictEqual(one, 1);