diff --git a/test/modules.spec.js b/test/modules.spec.js index 08e042e9b..897e6bdbd 100644 --- a/test/modules.spec.js +++ b/test/modules.spec.js @@ -62,8 +62,11 @@ test('Applying controls modules to app', () => { app.start(); }); -test('DynamicGeometryModule', () => { +describe('DynamicGeometryModule', () => { modules.dym = new WHS.mesh.DynamicGeometryModule(); + test('has false attributes by default', () => { + expect(modules.dym.attributes).toBeFalsy(); + }); }); test('TextureModule', () => {