variable-fix-enable-global-scope.test.ts 243 B

123456
  1. import { runFixedLayoutTest } from '../__mocks__/run-fixed-layout-test';
  2. import { fixLayout1 } from '../__mocks__/fixed-layout-specs';
  3. runFixedLayoutTest('Variable Fix Layout Enable Global Scope', fixLayout1, {
  4. enableGlobalScope: true,
  5. });