We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705865e commit 79bb918Copy full SHA for 79bb918
1 file changed
test/playwright/unit/vdom/layout/Cube.spec.mjs
@@ -9,7 +9,7 @@ import StringFromVnode from '../../../../../src/vdom/util/StringFromVnode.mjs';
9
let oldVdom, vdom;
10
11
test.describe('vdom/layout/Cube', () => {
12
- test.beforeAll(() => {
+ test.beforeEach(() => {
13
Neo.config.useDomApiRenderer = false;
14
});
15
0 commit comments