Bug 1803984 - Add tests for the interaction between speculative preloading and module...
[gecko.git] / dom / base / test / jsmodules / importmaps / circular_dependency.js
blobbffd1ef1881f727177123b6f487c64a8338c0219
1 // Should be remapped to good/module_3.js.
2 import { exportedFunction } from "./bad/module_3.js";
4 if (exportedFunction()) {
5   success("circular_dependency.js");