We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caff1a commit 362690eCopy full SHA for 362690e
test/building.test.js
@@ -84,6 +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);
88
expect(mesh[1].visible).toBe(false);
89
});
90
0 commit comments