flowgram.ai/packages/variable-engine/variable-layout/__tests__/variable-fix-enable-global-scope.test.ts
2025-04-28 02:55:24 +00:00

7 lines
243 B
TypeScript

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