variable-free-enable-global-scope.test.ts 342 B

1234567891011
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. import { runFreeLayoutTest } from '../__mocks__/run-free-layout-test';
  6. import { freeLayout1 } from '../__mocks__/free-layout-specs';
  7. runFreeLayoutTest('Variable Free Layout Enable Global Scope', freeLayout1, {
  8. enableGlobalScope: true,
  9. });