We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362690e commit b9f5bdbCopy full SHA for b9f5bdb
test/building.test.js
@@ -84,7 +84,7 @@ test('Invisible Outer Building', () => {
84
const mesh = bldg.render();
85
//expect outer building and roof to not be visible
86
expect(mesh[0].visible).toBe(false);
87
- expect(bldg.options.building.visible).toBe(false);
+ expect(bldg.outerElement.options.building.visible).toBe(false);
88
expect(mesh[1].visible).toBe(false);
89
});
90
0 commit comments