Skip to content

Commit 362690e

Browse files
authored
Update building.test.js
1 parent 0caff1a commit 362690e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/building.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ test('Invisible Outer Building', () => {
8484
const mesh = bldg.render();
8585
//expect outer building and roof to not be visible
8686
expect(mesh[0].visible).toBe(false);
87+
expect(bldg.options.building.visible).toBe(false);
8788
expect(mesh[1].visible).toBe(false);
8889
});
8990

0 commit comments

Comments
 (0)