Skip to content

Commit

Permalink
Add rudimentary test for DynamicGeometryModule #169
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed Mar 22, 2017
1 parent 0d12584 commit 7bdcd06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/modules.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 7bdcd06

Please sign in to comment.