Files
Kmake/test/fixtures/es-modules/test-esm-double-encoding-native%20.mjs
2026-05-26 23:36:42 -07:00

7 lines
154 B
JavaScript

'use strict';
// Trivial test to assert we can load files with `%` in their pathname.
// Imported by `test-esm-double-encoding.mjs`.
export default 42;