We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda799d commit ab0b3a4Copy full SHA for ab0b3a4
test/building.test.js
@@ -79,7 +79,8 @@ test('Create Nodelist', () => {
79
80
81
test('Invisible Outer Building', () => {
82
- const bldg = new Building();
+ const bldg = new Building('31361386', data);
83
+ bldg.parts = [bldg.outerElement];
84
const mesh = bldg.render();
85
//expect outer building and roof to not be visible
86
expect(mesh[0].visible).toBe(false);
0 commit comments