Files
ladybird/Tests/LibJS/Runtime/modules/path-resolution.mjs
2026-01-22 07:46:48 -05:00

6 lines
184 B
JavaScript

// If all of these succeed, path resolution with implicit extensions is working.
import "./module-with-default";
import "./submodule";
import "./json-module" assert { type: "json" };