node/test/es-module/test-esm-double-encoding-na...

8 lines
178 B
JavaScript

'use strict';
require('../common');
// Trivial test to assert we can load files with `%` in their pathname.
// Imported by `test-esm-double-encoding.mjs`.
module.exports = 42;