Skip to content

Commit 4f74881

Browse files
authored
Update gabledroofbug.test.js
1 parent 5958d77 commit 4f74881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ test('Constructor', () => {
189189
const roofmesh = meshes[0];
190190
const roofGeometry = roofmesh.geometry;
191191
expect(roofGeometry.constructor.name).toBe('WedgeGeometry');
192+
expect(roofGeometry.toJSON()).toBe('{}');
192193
});
193194

194195
window.printError = printError;

0 commit comments

Comments
 (0)