Source code

Revision control

Copy as Markdown

Other Tools

import { CycleA } from "./imports-cycle-a.js";
test_importCycle.step(function () {
assert_equals(CycleA, "CycleA");
test_importCycle.done();
});