Skip to content

Commit 10d58bc

Browse files
committed
Try non-qml test 3
1 parent e5b0f7d commit 10d58bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/init.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ const initForTest = () => {
88
width: 200, height: 200,
99
});
1010

11-
const { doc, gl } = node3d;
11+
// const { doc, gl } = node3d;
12+
const { gl } = node3d;
1213

1314
addThreeHelpers(three, gl);
1415

1516
// const inited = initQml({ doc, gl, cwd: __dirname, three });
1617
// return { ...node3d, ...inited };
17-
return inited;
18+
return node3d;
1819
};
1920

2021
module.exports = initForTest;

0 commit comments

Comments
 (0)