Skip to content
Merged
Prev Previous commit
Next Next commit
what other tests
  • Loading branch information
donmccurdy committed Feb 2, 2017
commit b2fc6de04911aecfee3264e0366a433e95bd64ad
2 changes: 1 addition & 1 deletion tests/components/gltf-model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var entityFactory = require('../helpers').entityFactory;

var SRC = '/base/tests/assets/box/Box.gltf';

suite.only('gltf-model', function () {
suite('gltf-model', function () {
setup(function (done) {
var el;
var asset = document.createElement('a-asset-item');
Expand Down