Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Feb 11, 2018
1 parent 78eb9c5 commit 9eb73f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions tests/math/quaternion.test.js

This file was deleted.

2 changes: 1 addition & 1 deletion tests/physics/body.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var entityFactory = require('../helpers').entityFactory;

var Body = require('../../src/components/body/body'),
var Body = require('../../src/components/body/body').definition,
CustomBody = function () {};

AFRAME.utils.extend(CustomBody.prototype, Body);
Expand Down

0 comments on commit 9eb73f0

Please sign in to comment.