mirror of
https://github.com/tc39/test262.git
synced 2025-11-11 17:29:44 +01:00
7 lines
266 B
JavaScript
7 lines
266 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 { pB, pB_start } from "./unobservable-global-async-evaluation-count-reset-setup_FIXTURE.js";
|
|
pB_start.resolve();
|
|
await pB.promise;
|