summaryrefslogtreecommitdiff
path: root/test/fixtures/es-modules/test-esm-double-encoding-native%20.js
blob: ea1caa81bea9fa16daa0b4c6c64d00bc87566c84 (plain)
1
2
3
4
5
6
'use strict';

// Trivial test to assert we can load files with `%` in their pathname.
// Imported by `test-esm-double-encoding.mjs`.

module.exports = 42;