Skip to content

Commit 2e770aa

Browse files
kart-utobiu
authored andcommitted
Convert vdom/layout/Cube.mjs Test from Siesta to Playwright #7293
1 parent 79bb918 commit 2e770aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/playwright/unit/vdom/layout/Cube.spec.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { test, expect } from '@playwright/test';
22
import VdomHelper from '../../../../../src/vdom/Helper.mjs';
33
import Neo from '../../../../../src/Neo.mjs';
4+
import * as core from '../../../../src/core/_export.mjs'; // CRITICAL: Required for Neo.mjs environment setup in Node.js
45
import StringFromVnode from '../../../../../src/vdom/util/StringFromVnode.mjs';
56

67
// tests are designed for this rendering mode

0 commit comments

Comments
 (0)