summaryrefslogtreecommitdiff
path: root/test/fixtures/es-modules/esm-snapshot-mutator.js
blob: ee52c270f66f0742547001d36a70f85afae7594f (plain)
1
2
3
4
'use strict';
const shouldSnapshotFilePath = require.resolve('./esm-snapshot.js');
require('./esm-snapshot.js');
require.cache[shouldSnapshotFilePath].exports++;