Newer
Older
reroad-test / 2020-ryusei / aframe-master / tests / core / AFRAME.test.js
@ryusei ryusei on 22 Oct 2020 168 bytes パノラマ表示
/* global AFRAME, assert, suite, test */

suite('AFRAME', function () {
  test('exposes component prototype', function () {
    assert.ok(AFRAME.AComponent);
  });
});