test262/test/language/module-code/top-level-await/pending-async-dep-from-cycle_cycle-leaf_FIXTURE.js

9 lines
283 B
JavaScript

// Copyright (C) 2025 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
import "./pending-async-dep-from-cycle_cycle-root_FIXTURE.js";
globalThis.logs.push("cycle leaf start");
await 1;
globalThis.logs.push("cycle leaf end");