mirror of
https://github.com/tc39/test262.git
synced 2025-11-11 17:29:44 +01:00
7 lines
310 B
JavaScript
7 lines
310 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 { logs } from "./unobservable-global-async-evaluation-count-reset-setup_FIXTURE.js";
|
|
import "./unobservable-global-async-evaluation-count-reset-b_FIXTURE.js";
|
|
logs.push("A");
|